From 6a3729ba24c6761ad316cc8a645dc90c49cd1266 Mon Sep 17 00:00:00 2001 From: aiproductguy Date: Sat, 9 Nov 2024 18:48:10 -0700 Subject: [PATCH] Added GUI (linked), updated README.md I am not sure streamlit is the interface I want to contribute back to the LightRAG project, but willing to share it all under the same MIT license. I figured I would at least share the link and source code in the README. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b726f605..6356db33 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

🚀 LightRAG: Simple and Fast Retrieval-Augmented Generation

-![请添加图片描述](https://i-blog.csdnimg.cn/direct/567139f1a36e4564abc63ce5c12b6271.jpeg) +![LightRAG Image](https://i-blog.csdnimg.cn/direct/567139f1a36e4564abc63ce5c12b6271.jpeg)

@@ -18,10 +18,11 @@

This repository hosts the code of LightRAG. The structure of this code is based on [nano-graphrag](https://github.com/gusye1234/nano-graphrag). -![请添加图片描述](https://i-blog.csdnimg.cn/direct/b2aaf634151b4706892693ffb43d9093.png) +![LightRAG Diagram](https://i-blog.csdnimg.cn/direct/b2aaf634151b4706892693ffb43d9093.png)
## 🎉 News +- [x] [2024.11.09]🎯📢Now comes [LightRAG Gui](https://lightrag-gui.streamlit.app) that lets you insert, query, visualize, and download LightRAG knowledge. - [x] [2024.11.04]🎯📢You can [use Neo4J for Storage](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#using-neo4j-for-storage) now. - [x] [2024.10.29]🎯📢LightRAG now supports multiple file types, including PDF, DOC, PPT, and CSV via `textract`. - [x] [2024.10.20]🎯📢We’ve added a new feature to LightRAG: Graph Visualization.