From f38dd0fe8b64f44508ce3ed774246800d9b8baf4 Mon Sep 17 00:00:00 2001 From: Tadashi Date: Wed, 30 Oct 2024 16:26:46 +0700 Subject: [PATCH] docs: update README #none --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 063ea7a..f18643c 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,8 @@ documents and developers who want to build their own RAG pipeline. Setup Nano GRAPHRAG - 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.