Closed Souradip121 closed 4 months ago
Hi @Souradip121
The lib is pulling this value GRAPHRAG_API_VERSION=2024-05-13
and when parsing the API version it is interpreting it as a date.
Can you please try surrounding it by quotes? like GRAPHRAG_API_VERSION="2024-05-13"
raise ValueError(\"Columns must be same length as key\")\nValueError: Columns must be same length as key\n", "source": "Columns must be same length as key", "details": null} Now I am getting this error @AlonsoGuevara
Here are my deployment details
Can you please share your logs? Also, check the entity extraction cache, it can be related to faulty entity extraction, resulting in an empty graph.
Describe the bug
Steps to reproduce
Here is my settings.yaml file
and my .env contains