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
parent b5204111da
commit c255a20d7c
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