Skip to content

docs: correct embedding retry behavior in github ingestion guide - #177

Open
detail-app[bot] wants to merge 1 commit into
devfrom
detail/fix-docs/docs-correct-embedding-retry-behavior-in-github-in-96a265
Open

docs: correct embedding retry behavior in github ingestion guide#177
detail-app[bot] wants to merge 1 commit into
devfrom
detail/fix-docs/docs-correct-embedding-retry-behavior-in-github-in-96a265

Conversation

@detail-app

@detail-app detail-app Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

The 'Failure diagnostics and retry behavior' section claimed batch
ingestion performs a single provider attempt, contradicting the
bounded retry of classified transient failures introduced for embed
calls. A developer extending or debugging ingestion retry would assume
no retry exists and duplicate or misdiagnose the behavior.

  • Narrow 'fails fast when embedding or vector writes fail' to terminal
    failures only, since transient embedding failures now retry.
  • Replace 'one provider attempt' with a description of bounded retry
    occurring before the Qdrant mutation boundary.

Introduced by commit af6f918 (@WilliamAGH)


Doc Drift PRs can be configured here.

Sign up for free to 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