update snail-ai 1.1.0

This commit is contained in:
疯狂的狮子Li
2026-07-27 11:46:02 +08:00
parent a562c78d27
commit ac61c0a558
7 changed files with 113 additions and 143 deletions
+5
View File
@@ -162,6 +162,11 @@ services:
environment:
# 时区上海
TZ: Asia/Shanghai
# Docling 与 PaddleOCR 服务需单独部署;host 网络模式下默认通过宿主机端口访问
SNAIL_AI_RAG_DOCLING_ENABLED: ${SNAIL_AI_RAG_DOCLING_ENABLED:-true}
SNAIL_AI_RAG_DOCLING_URL: ${SNAIL_AI_RAG_DOCLING_URL:-http://127.0.0.1:5100}
SNAIL_AI_RAG_DOCLING_PADDLE_OCR_ENABLED: ${SNAIL_AI_RAG_DOCLING_PADDLE_OCR_ENABLED:-true}
SNAIL_AI_RAG_DOCLING_PADDLE_OCR_URL: ${SNAIL_AI_RAG_DOCLING_PADDLE_OCR_URL:-http://127.0.0.1:8866/ocr}
ports:
- "8900:8900"
- "18888:18888"