update for 1. 优化 2.中英切换
This commit is contained in:
4
.env
4
.env
@@ -48,8 +48,8 @@ CHUNK_OVERLAP=50
|
||||
MAX_FILE_SIZE_MB=100
|
||||
PARSER_BACKEND=aliyun
|
||||
CHUNK_BACKEND=aliyun
|
||||
# 文档元数据存储后端:json(默认)或 postgres
|
||||
DOCUMENT_REPOSITORY_BACKEND=json
|
||||
# 文档元数据存储后端:启用 postgres 以激活合规分析历史记录(Direction B)及 Finding Chat 持久化(Direction C)
|
||||
DOCUMENT_REPOSITORY_BACKEND=postgres
|
||||
# Set to true only when a Celery worker is actually running (./dev.sh start worker).
|
||||
# Default false: processing runs in FastAPI's threadpool — no external worker needed.
|
||||
USE_CELERY_WORKER=false
|
||||
|
||||
Reference in New Issue
Block a user