allow to config max segmentation tokens length for RAG document using environment variable (#4375)

This commit is contained in:
Rain Chen 2024-05-20 13:20:27 +08:00 committed by GitHub
commit c255a20d7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 21 additions and 4 deletions

View file

@ -176,3 +176,6 @@ HTTP_REQUEST_NODE_MAX_TEXT_SIZE=1048576 # 1MB
# Log file path
LOG_FILE=
# Indexing configuration
INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH=1000