zrguo commited on
Commit
bfaa4b8
·
2 Parent(s): 796af0f 0a9340c

Merge pull request #134 from thinkthinking/main

Browse files

[Doc] Added a flowchart illustrating the core algorithm

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -28,6 +28,11 @@ This repository hosts the code of LightRAG. The structure of this code is based
28
  - [x] [2024.10.16]🎯🎯📢📢LightRAG now supports [Ollama models](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#quick-start)!
29
  - [x] [2024.10.15]🎯🎯📢📢LightRAG now supports [Hugging Face models](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#quick-start)!
30
 
 
 
 
 
 
31
  ## Install
32
 
33
  * Install from source (Recommend)
 
28
  - [x] [2024.10.16]🎯🎯📢📢LightRAG now supports [Ollama models](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#quick-start)!
29
  - [x] [2024.10.15]🎯🎯📢📢LightRAG now supports [Hugging Face models](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#quick-start)!
30
 
31
+ ## Algorithm Flowchart
32
+
33
+ ![LightRAG_Self excalidraw](https://github.com/user-attachments/assets/aa5c4892-2e44-49e6-a116-2403ed80a1a3)
34
+
35
+
36
  ## Install
37
 
38
  * Install from source (Recommend)