Nathan Evans
Nathan Evans
Please inspect the indexing-engine.log. Often this error is preceded by errors earlier in the pipeline, usually due to OpenAI key issues such as permissions or missing config.
It looks like there are connection issues with the OpenAI library: The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/graphrag/index/graph/extractors/graph/graph_extractor.py", line...
Do you see any errors in your indexing-engine.log that could help diagnose?
We have resolved several issues related to text encoding and JSON parsing that are rolled up into version [0.2.2](https://github.com/microsoft/graphrag/releases/tag/v0.2.2). Please try again with that version and re-open if this is...
Consolidating alternate model issues here: #657
Consolidating index update requests with #741
> Does Graphrag support adding a system prompt during the `graphrag.index` process? When I import documents from different companies, their information gets mixed up. For example, when querying employees or...
We have resolved several issues related to text encoding and JSON parsing that are rolled up into version [0.2.2](https://github.com/microsoft/graphrag/releases/tag/v0.2.2). Please try again with that version and re-open if this is...
Consolidating alternate model issues here: #657
Tested this today and it does not appear to be a problem in newer versions