Update README.md

This commit is contained in:
zrguo 2025-06-05 17:51:04 +08:00
parent 3325f20507
commit dc97b2b84f
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
## 🎉 新闻
- [X] [2025.06.05]🎯📢LightRAG现已集成MinerU支持多模态文档解析与RAGPDF、图片、Office、表格、公式等。详见下方多模态处理模块。
- [X] [2025.06.05]🎯📢LightRAG现已集成MinerU支持多模态文档解析与RAGPDF、图片、Office、表格、公式等。详见下方[多模态处理模块](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#multimodal-document-processing-mineru-integration)
- [X] [2025.03.18]🎯📢LightRAG现已支持引文功能。
- [X] [2025.02.05]🎯📢我们团队发布了[VideoRAG](https://github.com/HKUDS/VideoRAG),用于理解超长上下文视频。
- [X] [2025.01.13]🎯📢我们团队发布了[MiniRAG](https://github.com/HKUDS/MiniRAG)使用小型模型简化RAG。

View File

@ -39,7 +39,7 @@
</div>
## 🎉 News
- [X] [2025.06.05]🎯📢LightRAG now supports multimodal document parsing and RAG with MinerU integration (PDF, images, Office, tables, formulas, etc.). See the new multimodal section below.
- [X] [2025.06.05]🎯📢LightRAG now supports multimodal document parsing and RAG with MinerU integration (PDF, images, Office, tables, formulas, etc.). See the new [multimodal section](https://github.com/HKUDS/LightRAG/?tab=readme-ov-file#multimodal-document-processing-mineru-integration) below.
- [X] [2025.03.18]🎯📢LightRAG now supports citation functionality, enabling proper source attribution.
- [X] [2025.02.05]🎯📢Our team has released [VideoRAG](https://github.com/HKUDS/VideoRAG) understanding extremely long-context videos.
- [X] [2025.01.13]🎯📢Our team has released [MiniRAG](https://github.com/HKUDS/MiniRAG) making RAG simpler with small models.