allow to config max segmentation tokens length for RAG document using environment variable (#4375)
This commit is contained in:
parent
b5204111da
commit
c255a20d7c
5 changed files with 21 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue