graphrag_api icon indicating copy to clipboard operation
graphrag_api copied to clipboard

库找不到graphrag版本是2.1.0

Open Moss-qc opened this issue 10 months ago • 0 comments

qc@bsce:~/.local/lib/python3.10/site-packages/graphrag_api$ nano search.py qc@bsce:~/.local/lib/python3.10/site-packages/graphrag_api$ python3 /home/qc/projects/python/dev/agent_vector_rag.py Traceback (most recent call last): File "/home/qc/projects/python/dev/agent_vector_rag.py", line 1, in from graphrag_api.search import SearchRunner File "/home/qc/.local/lib/python3.10/site-packages/graphrag_api/search.py", line 20, in from graphrag.index.create_pipeline_config import create_pipeline_config ModuleNotFoundError: No module named 'graphrag.index.create_pipeline_config' qc@bsce:~/.local/lib/python3.10/site-packages/graphrag_api$ nano search.py qc@bsce:~/.local/lib/python3.10/site-packages/graphrag_api$ python3 /home/qc/projects/python/dev/agent_vector_rag.py Traceback (most recent call last): File "/home/qc/projects/python/dev/agent_vector_rag.py", line 1, in from graphrag_api.search import SearchRunner File "/home/qc/.local/lib/python3.10/site-packages/graphrag_api/search.py", line 23, in from graphrag.utils.embeddings import create_collection_name ModuleNotFoundError: No module named 'graphrag.utils.embeddings' qc@bsce:~/.local/lib/python3.10/site-packages/graphrag_api$ nano search.py qc@bsce:~/.local/lib/python3.10/site-packages/graphrag_api$ python3 /home/qc/projects/python/dev/agent_vector_rag.py Traceback (most recent call last): File "/home/qc/projects/python/dev/agent_vector_rag.py", line 1, in from graphrag_api.search import SearchRunner File "/home/qc/.local/lib/python3.10/site-packages/graphrag_api/search.py", line 18, in from graphrag.config.resolve_path import resolve_paths ModuleNotFoundError: No module named 'graphrag.config.resolve_path'

Moss-qc avatar Mar 22 '25 08:03 Moss-qc