Sync INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH between API and Web (#11230)
This commit is contained in:
@@ -647,7 +647,7 @@ class IndexingConfig(BaseSettings):
|
||||
|
||||
INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH: PositiveInt = Field(
|
||||
description="Maximum token length for text segmentation during indexing",
|
||||
default=1000,
|
||||
default=4000,
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user