Ja1aia
Ja1aia
If you're using the default NetworkXStorage, you can refer to the example provided in the official repository here: 🔗 [graph_visual_with_html.py](https://github.com/HKUDS/LightRAG/blob/main/examples/graph_visual_with_html.py) You simply need to load the generated .graphml file, and...
You could try using bigger model, because lightRAG knowledge graph generation heavily relied on the LLM capability.
not yet, for the workaround im using the older version of lightrag
I discovered the cause of a persistent timeout issue when using Ollama with LightRAG. The root of the problem was a hardcoded default timeout value (300 seconds) inside ollama.py, which...