graphrag_api
graphrag_api copied to clipboard
Graphrag的api扩展,可通过api调用,以嵌入在自己的web服务
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:...
请问为什么会报这个错,冒号后面跟着一个list,里面一大串数字,可能是没embedding回来? Traceback (most recent call last): File "/home/jin/jxx/graphrag_api/api.py", line 23, in search() File "/home/jin/jxx/graphrag_api/api.py", line 16, in search search_runner = SearchRunner(root_dir="rag") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/jin/jxx/graphrag_api/graphrag_api/search.py", line 74, in __init__ self.__drift_agent =...
疑问
Traceback (most recent call last): File "/root/graphrag_api/tests/index_test.py", line 112, in output_dir=args.ourput, ^^^^^^^^^^^ AttributeError: 'Namespace' object has no attribute 'ourput'. Did you mean: 'output'? (GraphRAG) root@autodl-container-9e9d4cad19-3b00a504:~/graphrag_api/tests# python index_test.py --init --root rag...
search时带上conversation_history比较符合一般需求吧