优化memory、rag和embedding模块
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 5m5s

This commit is contained in:
2026-04-29 10:52:01 +08:00
parent da4a7b0dd4
commit 223d1c9afd
4 changed files with 113 additions and 84 deletions

View File

@@ -87,8 +87,8 @@ services:
environment:
# Docker 内部网络使用服务名 'backend' 解析后端服务
- API_URL=http://backend:8079/chat
volumes:
- ../frontend/src:/app/src # 挂载源代码目录,修改立即生效
# volumes:
# - ../frontend/src:/app/src # 挂载源代码目录,修改立即生效
ports:
- "8501:8501"
networks: