feat: support config top max value by env (#12375)

This commit is contained in:
Joel
2025-01-06 10:38:14 +08:00
committed by GitHub
parent 455b0cd696
commit 3b8f6233b0
6 changed files with 47 additions and 54 deletions

View File

@ -25,3 +25,6 @@ NEXT_PUBLIC_TEXT_GENERATION_TIMEOUT_MS=60000
# CSP https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
NEXT_PUBLIC_CSP_WHITELIST=
# The maximum number of top-k value for RAG.
NEXT_PUBLIC_TOP_K_MAX_VALUE=10