添加长期存储,流式检查
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled

This commit is contained in:
2026-04-17 01:26:05 +08:00
parent 602d551fd1
commit 404efde282
37 changed files with 794 additions and 2095 deletions

View File

@@ -8,8 +8,8 @@ WORKDIR /app
ENV PYTHONPATH=/app
# llama.cpp 服务配置(本地部署标准端口)
ENV VLLM_BASE_URL=http://localhost:8081/v1
ENV VLLM_EMBEDDING_URL=http://localhost:8082/v1
ENV VLLM_BASE_URL=http://host.docker.internal:18000/v1
ENV LLAMACPP_EMBEDDING_URL=http://host.docker.internal:18001/v1
# Mem0 记忆层配置
ENV QDRANT_COLLECTION_NAME=mem0_user_memories