New Logo
Browse files
README.md
CHANGED
@@ -1,28 +1,41 @@
|
|
1 |
<center><h2>🚀 LightRAG: Simple and Fast Retrieval-Augmented Generation</h2></center>
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
<
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
12 |
</p>
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
18 |
</p>
|
|
|
|
|
19 |
<p>
|
20 |
-
|
21 |
-
|
22 |
</p>
|
23 |
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
</div>
|
27 |
|
28 |
## 🎉 News
|
@@ -36,12 +49,13 @@ This repository hosts the code of LightRAG. The structure of this code is based
|
|
36 |
- [x] [2024.11.09]🎯📢Introducing the [LightRAG Gui](https://lightrag-gui.streamlit.app), which allows you to insert, query, visualize, and download LightRAG knowledge.
|
37 |
- [x] [2024.11.04]🎯📢You can now [use Neo4J for Storage](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#using-neo4j-for-storage).
|
38 |
- [x] [2024.10.29]🎯📢LightRAG now supports multiple file types, including PDF, DOC, PPT, and CSV via `textract`.
|
39 |
-
- [x] [2024.10.20]🎯📢We
|
40 |
-
- [x] [2024.10.18]🎯📢We
|
41 |
- [x] [2024.10.17]🎯📢We have created a [Discord channel](https://discord.gg/yF2MmDJyGJ)! Welcome to join for sharing and discussions! 🎉🎉
|
42 |
- [x] [2024.10.16]🎯📢LightRAG now supports [Ollama models](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#quick-start)!
|
43 |
- [x] [2024.10.15]🎯📢LightRAG now supports [Hugging Face models](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#quick-start)!
|
44 |
|
|
|
45 |
## Algorithm Flowchart
|
46 |
|
47 |

|
|
|
1 |
<center><h2>🚀 LightRAG: Simple and Fast Retrieval-Augmented Generation</h2></center>
|
2 |
+
<div align="center">
|
3 |
+
<div style="background-color: #ffffff; border-radius: 10px; padding: 20px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
|
4 |
+
<!-- Icon/Logo Section -->
|
5 |
+
<div style="width: 120px; height: 120px; margin: 0 auto;">
|
6 |
+
<img src="https://github.com/user-attachments/assets/cb5b8fc1-0859-4f7c-8ec3-63c8ec7aa54b" alt="lightrag" style="width: 100%; height: 100%; object-fit: contain;">
|
7 |
+
</div>
|
8 |
+
|
9 |
+
<!-- Badges Section 1 -->
|
10 |
+
<p>
|
11 |
+
<a href='https://lightrag.github.io'><img src='https://img.shields.io/badge/Project-Page-Green'></a>
|
12 |
+
<a href='https://youtu.be/oageL-1I0GE'><img src='https://badges.aleen42.com/src/youtube.svg'></a>
|
13 |
+
<a href='https://arxiv.org/abs/2410.05779'><img src='https://img.shields.io/badge/arXiv-2410.05779-b31b1b'></a>
|
14 |
+
<a href='https://learnopencv.com/lightrag'><img src='https://img.shields.io/badge/LearnOpenCV-blue'></a>
|
15 |
</p>
|
16 |
+
|
17 |
+
<!-- Badges Section 2 -->
|
18 |
+
<p>
|
19 |
+
<img src='https://img.shields.io/github/stars/hkuds/lightrag?color=green&style=social' />
|
20 |
+
<img src="https://img.shields.io/badge/python-3.10-blue">
|
21 |
+
<a href="https://pypi.org/project/lightrag-hku/"><img src="https://img.shields.io/pypi/v/lightrag-hku.svg"></a>
|
22 |
+
<a href="https://pepy.tech/project/lightrag-hku"><img src="https://static.pepy.tech/badge/lightrag-hku/month"></a>
|
23 |
</p>
|
24 |
+
|
25 |
+
<!-- Community Badges -->
|
26 |
<p>
|
27 |
+
<a href='https://discord.gg/yF2MmDJyGJ'><img src='https://discordapp.com/api/guilds/1296348098003734629/widget.png?style=shield'></a>
|
28 |
+
<a href='https://github.com/HKUDS/LightRAG/issues/285'><img src='https://img.shields.io/badge/群聊-wechat-green'></a>
|
29 |
</p>
|
30 |
|
31 |
+
<!-- Description -->
|
32 |
+
<p style="margin: 20px 0;">
|
33 |
+
This repository hosts the code of LightRAG. The structure of this code is based on <a href="https://github.com/gusye1234/nano-graphrag">nano-graphrag</a>.
|
34 |
+
</p>
|
35 |
+
|
36 |
+
<!-- Diagram -->
|
37 |
+
<img src="https://i-blog.csdnimg.cn/direct/b2aaf634151b4706892693ffb43d9093.png" alt="LightRAG Diagram" style="max-width: 100%; border-radius: 8px;">
|
38 |
+
</div>
|
39 |
</div>
|
40 |
|
41 |
## 🎉 News
|
|
|
49 |
- [x] [2024.11.09]🎯📢Introducing the [LightRAG Gui](https://lightrag-gui.streamlit.app), which allows you to insert, query, visualize, and download LightRAG knowledge.
|
50 |
- [x] [2024.11.04]🎯📢You can now [use Neo4J for Storage](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#using-neo4j-for-storage).
|
51 |
- [x] [2024.10.29]🎯📢LightRAG now supports multiple file types, including PDF, DOC, PPT, and CSV via `textract`.
|
52 |
+
- [x] [2024.10.20]🎯📢We've added a new feature to LightRAG: Graph Visualization.
|
53 |
+
- [x] [2024.10.18]🎯📢We've added a link to a [LightRAG Introduction Video](https://youtu.be/oageL-1I0GE). Thanks to the author!
|
54 |
- [x] [2024.10.17]🎯📢We have created a [Discord channel](https://discord.gg/yF2MmDJyGJ)! Welcome to join for sharing and discussions! 🎉🎉
|
55 |
- [x] [2024.10.16]🎯📢LightRAG now supports [Ollama models](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#quick-start)!
|
56 |
- [x] [2024.10.15]🎯📢LightRAG now supports [Hugging Face models](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#quick-start)!
|
57 |
|
58 |
+
|
59 |
## Algorithm Flowchart
|
60 |
|
61 |

|