完成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

@@ -33,7 +33,7 @@ ENV PATH="/app/.venv/bin:$PATH"
ENV PYTHONPATH=/app
# 暴露端口
EXPOSE 8000
EXPOSE 28000
# 启动命令
# 现在直接调用 uvicorn 即可,它会自动找到 .venv 里的版本