Implement scoped real knowledge retrieval

This commit is contained in:
2026-07-08 11:46:09 +08:00
parent ca50fa437c
commit ac72b6a94a
10 changed files with 192 additions and 88 deletions

View File

@@ -32,9 +32,10 @@ services:
JWT_SECRET_KEY: local-dev-secret-change-before-production
MOCK_SMS_ENABLED: "true"
MOCK_SMS_CODE: "123456"
MOCK_RAG_ENABLED: "true"
MOCK_RAG_ENABLED: "false"
MOCK_MODEL_ENABLED: "true"
FEISHU_MOCK_ENABLED: "${FEISHU_MOCK_ENABLED:-true}"
FEISHU_MOCK_ENABLED: "false"
FEISHU_SEARCH_URL: "${FEISHU_SEARCH_URL:-}"
FEISHU_APP_ID: "${FEISHU_APP_ID:-}"
FEISHU_APP_SECRET: "${FEISHU_APP_SECRET:-}"
AUTO_CREATE_TABLES: "false"