Skip to content

Commit 8f3a6f1

Browse files
committed
docs: update README
1 parent 2cd54a1 commit 8f3a6f1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)