Closed myyourgit closed 3 months ago
Hi!
This is generally caused by faulty entity extraction. I would recommend taking a look at the generated cache files for this step, it could be that either the LLM returned a malformatted response, or that it is being chatty when answering.
We are centralizing other LLM discussions in these threads: Other LLM/Api bases: #339, Ollama: #345 Local embeddings: #370
I'll resolve this issue so we can keep the focus on those threads
Hi!
This is generally caused by faulty entity extraction. I would recommend taking a look at the generated cache files for this step, it could be that either the LLM returned a malformatted response, or that it is being chatty when answering.
We are centralizing other LLM discussions in these threads: Other LLM/Api bases: #339, Ollama: #345 Local embeddings: #370
I'll resolve this issue so we can keep the focus on those threads
Hi, Alonso: Thank you! above 3 three thread seems to resolve the local ollama setting issue, not my issue. Thanks
Describe the bug
there is below error log pring while running >python -m graphrag.index --root ./ragtest0716
FO dependencies for create_base_entity_graph: ['create_summarized_entities'] 22:56:23,463 graphrag.index.run INFO read table from storage: create_summarized_entities.parquet 22:56:23,487 datashaper.workflow.workflow INFO executing verb cluster_graph 22:56:23,501 graphrag.index.verbs.graph.clustering.cluster_graph WARNING Graph has no nodes 22:56:23,514 datashaper.workflow.workflow ERROR Error executing verb "cluster_graph" in create_base_entity_graph: Columns must be same length as key Traceback (most recent call last): File "C:\ProgramData\anaconda3\envs\graphrag_env0716\Lib\site-packages\datashaper\workflow\workflow.py", line 410, in _execute_verb result = node.verb.func(**verb_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ProgramData\anaconda3\envs\graphrag_env0716\Lib\site-packages\graphrag\index\verbs\graph\clustering\cluster_graph.py", line 102, in cluster_graph output_df[[level_to, to]] = pd.DataFrame(