feat: support config chunk length by env (#12925)

This commit is contained in:
Joel
2025-01-22 10:43:40 +08:00
committed by GitHub
parent e23f4b0265
commit e09f6e4987
7 changed files with 17 additions and 7 deletions

View File

@@ -28,3 +28,6 @@ NEXT_PUBLIC_CSP_WHITELIST=
# The maximum number of top-k value for RAG.
NEXT_PUBLIC_TOP_K_MAX_VALUE=10
# The maximum number of tokens for segmentation
NEXT_PUBLIC_INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH=4000