chore(docker/.env.example): Add TOP_K_MAX_VALUE to the `.env.example`… (#12422)

Signed-off-by: -LAN- <laipz8200@outlook.com>
pull/12437/head
-LAN- 1 year ago committed by GitHub
parent d3f5b1cbb6
commit acacf35a2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -926,3 +926,5 @@ CREATE_TIDB_SERVICE_JOB_ENABLED=false
# Maximum number of submitted thread count in a ThreadPool for parallel node execution
MAX_SUBMIT_COUNT=100
# The maximum number of top-k value for RAG.
TOP_K_MAX_VALUE=10

@ -386,6 +386,7 @@ x-shared-env: &shared-api-worker-env
CSP_WHITELIST: ${CSP_WHITELIST:-}
CREATE_TIDB_SERVICE_JOB_ENABLED: ${CREATE_TIDB_SERVICE_JOB_ENABLED:-false}
MAX_SUBMIT_COUNT: ${MAX_SUBMIT_COUNT:-100}
TOP_K_MAX_VALUE: ${TOP_K_MAX_VALUE:-10}
services:
# API service

Loading…
Cancel
Save