[BUG] nano-graphrag stuck on 'writing graph with xxx nodes, xxx edges' step
Closed this issue · 3 comments
Description
I was testing Nano-GraphRAG with the Doubao LLM via API, and everything worked fine until I encountered the following log message:
At this point, the process seems to hang indefinitely—I’ve been stuck here for over 2 hours and am unsure how to proceed.
Could you please assist me in resolving this issue? Any advice or troubleshooting tips would be greatly appreciated.
Reproduction steps
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
Screenshots
![DESCRIPTION](LINK.png)
Logs
No response
Browsers
No response
OS
No response
Additional information
No response
By the way, I was wondering which graph database Nano-GraphRAG uses in Kotaemon?
Can you try the CLI from nano-graphrag
first to make sure that this is not an issue from it? https://github.com/gusye1234/nano-graphrag
By default I think they use NetworkX
simple storage and we have not customize that.
Also, if this is confirmed from nano-graphrag
side, raising the issue in the original repo might bring more insights.