完成RAG测试

This commit is contained in:
2026-01-27 01:41:45 +08:00
parent 155974572c
commit f78efc7125
16 changed files with 1434 additions and 66 deletions

View File

@@ -12,6 +12,7 @@ dependencies = [
"langchain>=1.2.0",
"langchain-community>=0.4.1",
"langchain-core>=1.2.2",
"matplotlib>=3.10.8",
"mcp>=1.25.0",
"numpy>=2.2.6",
"pgvector>=0.4.2",
@@ -23,5 +24,8 @@ dependencies = [
"qdrant-client==1.10.1",
"redis>=7.1.0",
"requests>=2.32.5",
"seaborn>=0.13.2",
"tabulate>=0.9.0",
"tqdm>=4.67.1",
"uvicorn>=0.38.0",
]