From e9b2afab6c6c41a2d5c279404934067597240531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=9F=B3=E7=9F=B3?= Date: Tue, 9 Dec 2025 21:57:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mcp_center/mcp_config/rag_mcp/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_center/mcp_config/rag_mcp/config.json b/mcp_center/mcp_config/rag_mcp/config.json index d652ef9359..4798d3a8a8 100644 --- a/mcp_center/mcp_config/rag_mcp/config.json +++ b/mcp_center/mcp_config/rag_mcp/config.json @@ -10,6 +10,6 @@ }, "name": "轻量化知识库", "overview": "轻量化知识库", - "description": "轻量化知识库", + "description": "基于 SQLite 的检索增强生成(RAG)知识库,提供知识库全生命周期管理。支持 TXT、DOCX、DOC、PDF 格式,采用 FTS5 全文检索与 sqlite-vec 向量检索的混合搜索策略,结合关键词与语义检索,提升检索准确性。支持异步批量向量化处理、多知识库管理、文档导入导出,并提供命令行工具与 MCP 服务接口,适配中英文环境,适用于轻量级知识库构建与智能检索场景。", "mcpType": "sse" } -- Gitee