From 542f8835f807f2f99ddad1be83f30523a5e82996 Mon Sep 17 00:00:00 2001 From: "zhenjie.ye" Date: Sat, 26 Oct 2024 00:37:03 +0800 Subject: [PATCH 1/2] add Algorithm Flowchart --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dbabcb56..f2f5c20e 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ 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 + + + ## Install * Install from source (Recommend) From e5cb01b16b92b2473f5dc2e7ad327b60466fbe3c Mon Sep 17 00:00:00 2001 From: "zhenjie.ye" Date: Sat, 26 Oct 2024 00:37:46 +0800 Subject: [PATCH 2/2] add Algorithm FLowchart --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2f5c20e..0f8659b1 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ This repository hosts the code of LightRAG. The structure of this code is based ## Algorithm Flowchart +![LightRAG_Self excalidraw](https://github.com/user-attachments/assets/aa5c4892-2e44-49e6-a116-2403ed80a1a3) ## Install