[Bug]: Major downgrade bug after 0.3.0 to 1.2.0 #1722
Labels
awaiting_response
Maintainers or community have suggested solutions or requested info, awaiting filer response
bug
Something isn't working
triage
Default label assignment, indicates new issue needs reviewed by a maintainer
Do you need to file an issue?
Describe the bug
When running my multi-file project with the latest version of GraphRAG, there are often unexpected interruptions due to llm instability.
When I tried to use cache to recover the data, I found that no matter using resume + timestamp (e.g. graphrag index --root --resume 20250214-171757 (the timestamp is in indexing-engine.log)) or defaulting to cache, I couldn't do the cache recovery work correctly. to restore the cache.
After re-downloading v0.3.0, I found that when interrupting either accidentally or manually by ctrl+C, I can run python -m graphrag.index --root again to recover the cache, probably due to the collaborator's changes.
Steps to reproduce
No response
Expected Behavior
No response
GraphRAG Config Used
# Paste your config here
Logs and screenshots
No response
Additional Information
The text was updated successfully, but these errors were encountered: