Skip to content

docs: correct embedding preflight batch sizes from 1 and 4 to 1 and 8 - #200

Open
detail-app[bot] wants to merge 1 commit into
devfrom
detail/fix-docs/docs-correct-embedding-preflight-batch-sizes-from-c5a165
Open

docs: correct embedding preflight batch sizes from 1 and 4 to 1 and 8#200
detail-app[bot] wants to merge 1 commit into
devfrom
detail/fix-docs/docs-correct-embedding-preflight-batch-sizes-from-c5a165

Conversation

@detail-app

Copy link
Copy Markdown
Contributor

The embedding preflight's largest probe batch was bumped from 4 to 8
in commit 0dba1d1, which also updated
docs/ingestion.md. Two sibling living docs still claimed '1 and 4',
claiming developers/agents would test their gateway against a stale
batch size and pass when they shouldn't, or miss a preflight that
their gateway cannot handle a batch of 8.

A developer following docs/configuration.md to validate a new gateway
endpoint would probe only batch sizes 1 and 4, never exercising the
batch-of-8 path that ingestion actually issues at startup; the preflight
would pass locally but ingestion could still fail on the larger batch.

Introduced by commit 0dba1d1 (@WilliamAGH)


Doc Drift PRs can be configured here.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@WilliamAGH