Merge pull request #241 from aiproductguy/patch-1
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<center><h2>🚀 LightRAG: Simple and Fast Retrieval-Augmented Generation</h2></center>
|
2 |
|
3 |
|
4 |
-
.
|
21 |
-
![
|
22 |
</div>
|
23 |
|
24 |
## 🎉 News
|
|
|
25 |
- [x] [2024.11.04]🎯📢You can [use Neo4J for Storage](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#using-neo4j-for-storage) now.
|
26 |
- [x] [2024.10.29]🎯📢LightRAG now supports multiple file types, including PDF, DOC, PPT, and CSV via `textract`.
|
27 |
- [x] [2024.10.20]🎯📢We’ve added a new feature to LightRAG: Graph Visualization.
|
|
|
1 |
<center><h2>🚀 LightRAG: Simple and Fast Retrieval-Augmented Generation</h2></center>
|
2 |
|
3 |
|
4 |
+

|
5 |
|
6 |
<div align='center'>
|
7 |
<p>
|
|
|
18 |
</p>
|
19 |
|
20 |
This repository hosts the code of LightRAG. The structure of this code is based on [nano-graphrag](https://github.com/gusye1234/nano-graphrag).
|
21 |
+

|
22 |
</div>
|
23 |
|
24 |
## 🎉 News
|
25 |
+
- [x] [2024.11.09]🎯📢Now comes [LightRAG Gui](https://lightrag-gui.streamlit.app) that lets you insert, query, visualize, and download LightRAG knowledge.
|
26 |
- [x] [2024.11.04]🎯📢You can [use Neo4J for Storage](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#using-neo4j-for-storage) now.
|
27 |
- [x] [2024.10.29]🎯📢LightRAG now supports multiple file types, including PDF, DOC, PPT, and CSV via `textract`.
|
28 |
- [x] [2024.10.20]🎯📢We’ve added a new feature to LightRAG: Graph Visualization.
|