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
Traceback (most recent call last):
File "/root/graphrag_api/tests/index_test.py", line 99, in
indexer = GraphRagIndexer(
^^^^^^^^^^^^^^^^
File "/root/miniconda3/envs/GraphRAG/lib/python3.11/site-packages/graphrag_api/index.py", line 77, in init
self.emit = [TableEmitterType(value.strip()) for value in emit.split(",")]
^^^^^^^^^^
AttributeError: 'list' object has no attribute 'split'
你好这些是还没完善吗,还是我不太会用这个的缘故
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
Traceback (most recent call last):
File "/root/graphrag_api/tests/index_test.py", line 99, in
indexer = GraphRagIndexer(
^^^^^^^^^^^^^^^^
File "/root/miniconda3/envs/GraphRAG/lib/python3.11/site-packages/graphrag_api/index.py", line 77, in init
self.emit = [TableEmitterType(value.strip()) for value in emit.split(",")]
^^^^^^^^^^
AttributeError: 'list' object has no attribute 'split'
你好这些是还没完善吗,还是我不太会用这个的缘故