Merge pull request #134 from thinkthinking/main

[Doc] Added a flowchart illustrating the core algorithm
This commit is contained in:
zrguo
2024-10-26 14:32:00 +08:00
committed by GitHub

View File

@@ -28,6 +28,11 @@ This repository hosts the code of LightRAG. The structure of this code is based
- [x] [2024.10.16]🎯🎯📢📢LightRAG now supports [Ollama models](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#quick-start)!
- [x] [2024.10.15]🎯🎯📢📢LightRAG now supports [Hugging Face models](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#quick-start)!
## Algorithm Flowchart
![LightRAG_Self excalidraw](https://github.com/user-attachments/assets/aa5c4892-2e44-49e6-a116-2403ed80a1a3)
## Install
* Install from source (Recommend)