Implement open knowledge access scope

This commit is contained in:
2026-07-07 18:32:01 +08:00
parent 8d5d36c5eb
commit 03b1810a90
13 changed files with 587 additions and 382 deletions

View File

@@ -34,7 +34,9 @@ services:
MOCK_SMS_CODE: "123456"
MOCK_RAG_ENABLED: "true"
MOCK_MODEL_ENABLED: "true"
FEISHU_MOCK_ENABLED: "true"
FEISHU_MOCK_ENABLED: "${FEISHU_MOCK_ENABLED:-true}"
FEISHU_APP_ID: "${FEISHU_APP_ID:-}"
FEISHU_APP_SECRET: "${FEISHU_APP_SECRET:-}"
AUTO_CREATE_TABLES: "false"
ports:
- "8100:8100"