From 7e1638525c0690285ae1b89d636f1841a93f2338 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Fri, 24 Jan 2025 21:19:28 +0100 Subject: [PATCH] Removed Flow chart (it was moved to docs) --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index ac18b7bc..eeecf734 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,6 @@ This repository hosts the code of LightRAG. The structure of this code is based ## Algorithm Flowchart -![LightRAG Indexing Flowchart](https://learnopencv.com/wp-content/uploads/2024/11/LightRAG-VectorDB-Json-KV-Store-Indexing-Flowchart-scaled.jpg) -*Figure 1: LightRAG Indexing Flowchart - Img Caption : [Source](https://learnopencv.com/lightrag/)* -![LightRAG Retrieval and Querying Flowchart](https://learnopencv.com/wp-content/uploads/2024/11/LightRAG-Querying-Flowchart-Dual-Level-Retrieval-Generation-Knowledge-Graphs-scaled.jpg) -*Figure 2: LightRAG Retrieval and Querying Flowchart - Img Caption : [Source](https://learnopencv.com/lightrag/)* ## Install