From ce11e7f80b8911bc662177a133724a940112b753 Mon Sep 17 00:00:00 2001 From: yanqiangmiffy <1185918903@qq.com> Date: Mon, 20 Jan 2025 13:13:58 +0800 Subject: [PATCH] update@update:milvus --- README.md | 2 +- README_zh.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82afb7b..2a1c74c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The core design of TrustRAG lies in its **high configurability and modularity**, **“Reliable input, Trusted output”** ## 🎉 Changelog - +- Supports vector database engines, such as Milvus and Qdrant. - Support for multimodal RAG question-answering, API using **GLM-4V-Flash**, code available at [trustrag/applications/rag_multimodal.py](trustrag/applications/rag_multimodal.py) - TrustRAG packaging and build, supporting both pip and source installation - Added [MinerU document parsing](https://github.com/gomate-community/TrustRAG/blob/main/docs/mineru.md): A one-stop open-source high-quality data extraction tool, supporting PDF/webpage/multi-format e-book extraction `[20240907]` diff --git a/README_zh.md b/README_zh.md index 886d98f..b45c268 100644 --- a/README_zh.md +++ b/README_zh.md @@ -29,6 +29,7 @@ TrustRAG框架的设计核心在于其**高度的可配置性和模块化**, ## 🎉 更新记录 +- 🔥支持向量数据库引擎,例如Milvus,Qdrant等-`[20250120]` - 支持多模态RAG问答,API使用**GLM-4V-Flash**,代码见[trustrag/applications/rag_multimodal.py](trustrag/applications/rag_multimodal.py) - TrustRAG 打包构建,支持pip和source两种方式安装 - 添加[MinerU文档解析](https://github.com/gomate-community/TrustRAG/blob/main/docs/mineru.md)