zrguo
commited on
Commit
·
1aa32cc
1
Parent(s):
b20faea
Update README
Browse files- README-zh.md +49 -3
- README.md +30 -25
README-zh.md
CHANGED
@@ -1,6 +1,52 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
## 🎉 新闻
|
6 |
|
|
|
1 |
+
<div align="center">
|
2 |
+
|
3 |
+
<div style="margin: 20px 0;">
|
4 |
+
<img src="./assets/logo.png" width="120" height="120" alt="LightRAG Logo" style="border-radius: 20px; box-shadow: 0 8px 32px rgba(0, 217, 255, 0.3);">
|
5 |
+
</div>
|
6 |
+
|
7 |
+
# 🚀 LightRAG: Simple and Fast Retrieval-Augmented Generation
|
8 |
+
|
9 |
+
<div align="center">
|
10 |
+
<a href="https://trendshift.io/repositories/13043" target="_blank"><img src="https://trendshift.io/api/badge/repositories/13043" alt="HKUDS%2FLightRAG | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
11 |
+
</div>
|
12 |
+
|
13 |
+
<div align="center">
|
14 |
+
<div style="width: 100%; height: 2px; margin: 20px 0; background: linear-gradient(90deg, transparent, #00d9ff, transparent);"></div>
|
15 |
+
</div>
|
16 |
+
|
17 |
+
<div align="center">
|
18 |
+
<div style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 15px; padding: 25px; text-align: center;">
|
19 |
+
<p>
|
20 |
+
<a href='https://github.com/HKUDS/LightRAG'><img src='https://img.shields.io/badge/🔥项目-主页-00d9ff?style=for-the-badge&logo=github&logoColor=white&labelColor=1a1a2e'></a>
|
21 |
+
<a href='https://arxiv.org/abs/2410.05779'><img src='https://img.shields.io/badge/📄arXiv-2410.05779-ff6b6b?style=for-the-badge&logo=arxiv&logoColor=white&labelColor=1a1a2e'></a>
|
22 |
+
<a href="https://github.com/HKUDS/LightRAG/stargazers"><img src='https://img.shields.io/github/stars/HKUDS/LightRAG?color=00d9ff&style=for-the-badge&logo=star&logoColor=white&labelColor=1a1a2e' /></a>
|
23 |
+
</p>
|
24 |
+
<p>
|
25 |
+
<img src="https://img.shields.io/badge/🐍Python-3.10-4ecdc4?style=for-the-badge&logo=python&logoColor=white&labelColor=1a1a2e">
|
26 |
+
<a href="https://pypi.org/project/lightrag-hku/"><img src="https://img.shields.io/pypi/v/lightrag-hku.svg?style=for-the-badge&logo=pypi&logoColor=white&labelColor=1a1a2e&color=ff6b6b"></a>
|
27 |
+
</p>
|
28 |
+
<p>
|
29 |
+
<a href="https://discord.gg/yF2MmDJyGJ"><img src="https://img.shields.io/badge/💬Discord-社区-7289da?style=for-the-badge&logo=discord&logoColor=white&labelColor=1a1a2e"></a>
|
30 |
+
<a href="https://github.com/HKUDS/LightRAG/issues/285"><img src="https://img.shields.io/badge/💬微信群-交流-07c160?style=for-the-badge&logo=wechat&logoColor=white&labelColor=1a1a2e"></a>
|
31 |
+
</p>
|
32 |
+
<p>
|
33 |
+
<a href="README_zh.md"><img src="https://img.shields.io/badge/🇨🇳中文版-1a1a2e?style=for-the-badge"></a>
|
34 |
+
<a href="README.md"><img src="https://img.shields.io/badge/🇺🇸English-1a1a2e?style=for-the-badge"></a>
|
35 |
+
</p>
|
36 |
+
</div>
|
37 |
+
</div>
|
38 |
+
|
39 |
+
</div>
|
40 |
+
|
41 |
+
<div align="center" style="margin: 30px 0;">
|
42 |
+
<img src="https://user-images.githubusercontent.com/74038190/212284100-561aa473-3905-4a80-b561-0d28506553ee.gif" width="800">
|
43 |
+
</div>
|
44 |
+
|
45 |
+
<div align="center" style="margin: 30px 0;">
|
46 |
+
<img src="./README.assets/b2aaf634151b4706892693ffb43d9093.png" width="800" alt="LightRAG Diagram">
|
47 |
+
</div>
|
48 |
+
|
49 |
+
---
|
50 |
|
51 |
## 🎉 新闻
|
52 |
|
README.md
CHANGED
@@ -1,47 +1,52 @@
|
|
1 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
<div align="center">
|
4 |
-
<
|
5 |
-
|
6 |
-
|
7 |
-
<
|
8 |
-
|
9 |
-
<td>
|
10 |
-
|
11 |
-
<div>
|
12 |
<p>
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
<a href='https://learnopencv.com/lightrag'><img src='https://img.shields.io/badge/LearnOpenCV-blue'></a>
|
17 |
</p>
|
18 |
<p>
|
19 |
-
|
20 |
-
|
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 |
<p>
|
25 |
-
|
26 |
-
|
27 |
</p>
|
28 |
<p>
|
29 |
<a href="README-zh.md"><img src="https://img.shields.io/badge/🇨🇳中文版-1a1a2e?style=for-the-badge"></a>
|
30 |
<a href="README.md"><img src="https://img.shields.io/badge/🇺🇸English-1a1a2e?style=for-the-badge"></a>
|
31 |
</p>
|
|
|
32 |
</div>
|
33 |
-
</td>
|
34 |
-
</tr>
|
35 |
-
</table>
|
36 |
|
37 |
-
|
38 |
|
|
|
|
|
39 |
</div>
|
40 |
|
41 |
-
<div align="center">
|
42 |
-
<
|
43 |
</div>
|
44 |
|
|
|
45 |
## 🎉 News
|
46 |
- [X] [2025.06.16]🎯📢Our team has released [RAG-Anything](https://github.com/HKUDS/RAG-Anything) an All-in-One Multimodal RAG System for seamless text, image, table, and equation processing.
|
47 |
- [X] [2025.06.05]🎯📢LightRAG now supports comprehensive multimodal data handling through [RAG-Anything](https://github.com/HKUDS/RAG-Anything) integration, enabling seamless document parsing and RAG capabilities across diverse formats including PDFs, images, Office documents, tables, and formulas. Please refer to the new [multimodal section](https://github.com/HKUDS/LightRAG/?tab=readme-ov-file#multimodal-document-processing-rag-anything-integration) for details.
|
|
|
1 |
+
<div align="center">
|
2 |
+
|
3 |
+
<div style="margin: 20px 0;">
|
4 |
+
<img src="./assets/logo.png" width="120" height="120" alt="LightRAG Logo" style="border-radius: 20px; box-shadow: 0 8px 32px rgba(0, 217, 255, 0.3);">
|
5 |
+
</div>
|
6 |
+
|
7 |
+
# 🚀 LightRAG: Simple and Fast Retrieval-Augmented Generation
|
8 |
+
|
9 |
+
<div align="center">
|
10 |
+
<a href="https://trendshift.io/repositories/13043" target="_blank"><img src="https://trendshift.io/api/badge/repositories/13043" alt="HKUDS%2FLightRAG | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
11 |
+
</div>
|
12 |
|
13 |
<div align="center">
|
14 |
+
<div style="width: 100%; height: 2px; margin: 20px 0; background: linear-gradient(90deg, transparent, #00d9ff, transparent);"></div>
|
15 |
+
</div>
|
16 |
+
|
17 |
+
<div align="center">
|
18 |
+
<div style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 15px; padding: 25px; text-align: center;">
|
|
|
|
|
|
|
19 |
<p>
|
20 |
+
<a href='https://github.com/HKUDS/LightRAG'><img src='https://img.shields.io/badge/🔥Project-Page-00d9ff?style=for-the-badge&logo=github&logoColor=white&labelColor=1a1a2e'></a>
|
21 |
+
<a href='https://arxiv.org/abs/2410.05779'><img src='https://img.shields.io/badge/📄arXiv-2410.05779-ff6b6b?style=for-the-badge&logo=arxiv&logoColor=white&labelColor=1a1a2e'></a>
|
22 |
+
<a href="https://github.com/HKUDS/LightRAG/stargazers"><img src='https://img.shields.io/github/stars/HKUDS/LightRAG?color=00d9ff&style=for-the-badge&logo=star&logoColor=white&labelColor=1a1a2e' /></a>
|
|
|
23 |
</p>
|
24 |
<p>
|
25 |
+
<img src="https://img.shields.io/badge/🐍Python-3.10-4ecdc4?style=for-the-badge&logo=python&logoColor=white&labelColor=1a1a2e">
|
26 |
+
<a href="https://pypi.org/project/lightrag-hku/"><img src="https://img.shields.io/pypi/v/lightrag-hku.svg?style=for-the-badge&logo=pypi&logoColor=white&labelColor=1a1a2e&color=ff6b6b"></a>
|
|
|
|
|
27 |
</p>
|
28 |
<p>
|
29 |
+
<a href="https://discord.gg/yF2MmDJyGJ"><img src="https://img.shields.io/badge/💬Discord-Community-7289da?style=for-the-badge&logo=discord&logoColor=white&labelColor=1a1a2e"></a>
|
30 |
+
<a href="https://github.com/HKUDS/LightRAG/issues/285"><img src="https://img.shields.io/badge/💬WeChat-Group-07c160?style=for-the-badge&logo=wechat&logoColor=white&labelColor=1a1a2e"></a>
|
31 |
</p>
|
32 |
<p>
|
33 |
<a href="README-zh.md"><img src="https://img.shields.io/badge/🇨🇳中文版-1a1a2e?style=for-the-badge"></a>
|
34 |
<a href="README.md"><img src="https://img.shields.io/badge/🇺🇸English-1a1a2e?style=for-the-badge"></a>
|
35 |
</p>
|
36 |
+
</div>
|
37 |
</div>
|
|
|
|
|
|
|
38 |
|
39 |
+
</div>
|
40 |
|
41 |
+
<div align="center" style="margin: 30px 0;">
|
42 |
+
<img src="https://user-images.githubusercontent.com/74038190/212284100-561aa473-3905-4a80-b561-0d28506553ee.gif" width="800">
|
43 |
</div>
|
44 |
|
45 |
+
<div align="center" style="margin: 30px 0;">
|
46 |
+
<img src="./README.assets/b2aaf634151b4706892693ffb43d9093.png" width="800" alt="LightRAG Diagram">
|
47 |
</div>
|
48 |
|
49 |
+
---
|
50 |
## 🎉 News
|
51 |
- [X] [2025.06.16]🎯📢Our team has released [RAG-Anything](https://github.com/HKUDS/RAG-Anything) an All-in-One Multimodal RAG System for seamless text, image, table, and equation processing.
|
52 |
- [X] [2025.06.05]🎯📢LightRAG now supports comprehensive multimodal data handling through [RAG-Anything](https://github.com/HKUDS/RAG-Anything) integration, enabling seamless document parsing and RAG capabilities across diverse formats including PDFs, images, Office documents, tables, and formulas. Please refer to the new [multimodal section](https://github.com/HKUDS/LightRAG/?tab=readme-ov-file#multimodal-document-processing-rag-anything-integration) for details.
|