修复嵌入服务,使用自定义 ZhipuAI 嵌入实现
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 13m44s

This commit is contained in:
2026-04-29 22:08:47 +08:00
parent 8bc5f3cbb5
commit aad7cb9829
2 changed files with 23 additions and 3 deletions

View File

@@ -13,6 +13,9 @@ langgraph==1.1.6
langgraph-checkpoint-postgres==3.0.5
tiktoken>=0.12.0
# Zhipu AI
zhipuai==2.0.1
# Vector DB
qdrant-client==1.17.1
@@ -36,7 +39,7 @@ tenacity==9.1.4
rich==15.0.0
PyYAML==6.0.3
numpy>=1.26.2
pyjwt==2.10.1
pyjwt==2.8.0
# Document Processing
unstructured==0.22.21