Skip to content

Commit acacf35

Browse files
authored
chore(docker/.env.example): Add TOP_K_MAX_VALUE to the .env.example… (#12422)
Signed-off-by: -LAN- <[email protected]>
1 parent d3f5b1c commit acacf35

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docker/.env.example

+2
Original file line numberDiff line numberDiff line change
@@ -926,3 +926,5 @@ CREATE_TIDB_SERVICE_JOB_ENABLED=false
926926
# Maximum number of submitted thread count in a ThreadPool for parallel node execution
927927
MAX_SUBMIT_COUNT=100
928928

929+
# The maximum number of top-k value for RAG.
930+
TOP_K_MAX_VALUE=10

docker/docker-compose.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ x-shared-env: &shared-api-worker-env
386386
CSP_WHITELIST: ${CSP_WHITELIST:-}
387387
CREATE_TIDB_SERVICE_JOB_ENABLED: ${CREATE_TIDB_SERVICE_JOB_ENABLED:-false}
388388
MAX_SUBMIT_COUNT: ${MAX_SUBMIT_COUNT:-100}
389+
TOP_K_MAX_VALUE: ${TOP_K_MAX_VALUE:-10}
389390

390391
services:
391392
# API service

0 commit comments

Comments
 (0)