refactor: 重构RAG核心组件,简化代码结构和测试文件
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 6m53s

This commit is contained in:
2026-05-04 17:58:10 +08:00
parent a07e398739
commit 9841f47432
31 changed files with 578 additions and 1496 deletions

View File

@@ -19,7 +19,7 @@ from app.main_graph.utils.retry_utils import (
)
# 真正导入和利用已有 RAG 代码
from app.rag.tools import create_rag_tool_sync
from app.rag.tools import create_rag_tool
from app.rag.pipeline import RAGPipeline