File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,18 @@ documents and developers who want to build their own RAG pipeline.
187187
188188< details>
189189
190+ < summary> Setup LIGHTRAG< /summary>
191+
192+ - Install LightRAG: ` pip install git+https://github.com/HKUDS/LightRAG.git`
193+ - ` LightRAG` install might introduce version conflicts, see [this issue](https://github.com/Cinnamon/kotaemon/issues/440)
194+ - To quickly fix: ` pip uninstall hnswlib chroma-hnswlib && pip install chroma-hnswlib`
195+ - Launch Kotaemon with ` USE_LIGHTRAG=true` environment variable.
196+ - Set your default LLM & Embedding models in Resources setting and it will be recognized automatically from LightRAG.
197+
198+ < /details>
199+
200+ < details>
201+
190202< summary> Setup MS GRAPHRAG< /summary>
191203
192204- ** Non-Docker Installation** : If you are not using Docker, install GraphRAG with the following command:
You can’t perform that action at this time.
0 commit comments