Bladeren bron
chore(docker/.env.example): Add TOP_K_MAX_VALUE to the `.env.example`… (#12422)
Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/0.15.0
-LAN-
9 maanden geleden
bovenliggende
commit
acacf35a2a
No account linked to committer's email address
|
|
|
@@ -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 |