docs(configuration): document HINDSIGHT_API_RETAIN_CHUNK_BATCH_SIZE#1045
Merged
nicoloboschi merged 1 commit intovectorize-io:mainfrom Apr 14, 2026
Merged
Conversation
The retain_chunk_batch_size hierarchical config field and its ENV_RETAIN_CHUNK_BATCH_SIZE loader have existed in HindsightConfig since the retain streaming batch landed, but the Retain section of the configuration reference never got a row for them — users who want to cap chunk-batch size on large document ingestion had to discover the env var by grepping the source. Add a row to the Retain table next to the other chunk/batch knobs, with the same format as surrounding entries and an explicit note that the field is configurable per bank via the bank config API.
9e411aa to
ba6b500
Compare
nicoloboschi
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
retain_chunk_batch_sizeand itsHINDSIGHT_API_RETAIN_CHUNK_BATCH_SIZEenv var have lived onHindsightConfigsince the retain streaming batch landed, but the Retain section of the configuration reference never got a row for them. Anyone who wants to cap chunk-batch size on large document ingestion has to grep the source to find the env var name.Adds one row to the Retain table, in the same format as the surrounding entries, with a note that the field is configurable per bank via the bank config API.
Test plan
HINDSIGHT_API_RETAIN_*entries (variable | description | default).