docs: update README #none

This commit is contained in:
Tadashi 2024-10-30 16:26:46 +07:00
parent 280f0d58ce
commit f38dd0fe8b
No known key found for this signature in database
GPG Key ID: 399380A00CC9028D

View File

@ -178,6 +178,8 @@ documents and developers who want to build their own RAG pipeline.
<summary>Setup Nano GRAPHRAG</summary>
- Install nano-GraphRAG: `pip install nano-graphrag`
- `nano-graphrag` install might introduce version conflicts, see [this issue](https://github.com/Cinnamon/kotaemon/issues/440)
- To quickly fix: `pip uninstall hnswlib chroma-hnswlib && pip install chroma-hnswlib`
- Launch Kotaemon with `USE_NANO_GRAPHRAG=true` environment variable.
- Set your default LLM & Embedding models in Resources setting and it will be recognized automatically from NanoGraphRAG.