docs(retrieval): correct "no per-strategy weight multipliers" after RECALL_STRATEGY_BOOSTS (#1974) - #1991
Merged
nicoloboschi merged 1 commit intoJun 5, 2026
Conversation
…STS (vectorize-io#1974) vectorize-io#1974 added HINDSIGHT_API_RECALL_STRATEGY_BOOSTS (named low/medium/high per-source boosts), making retrieval.md's absolute claim 'There are no per-strategy weight multipliers' factually wrong. Scope the equal-weight statement to RRF fusion itself, point readers to the boost knob, and note at the pre-filter cap stage that boosted sources are more likely to survive. Regenerated the skills mirror.
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.
retrieval.mdstates absolutely:#1974 added
HINDSIGHT_API_RECALL_STRATEGY_BOOSTS(namedlow/medium/highper-source boosts), so that claim is now factually wrong for someone tuning retrieval — exactly this page's audience.This corrects it without breaking the RRF explanation:
HINDSIGHT_API_RECALL_STRATEGY_BOOSTS, noting the boost is a separate stage (before the reranker pre-filter cap, and again after reranking — matchingconfiguration.md's description)HINDSIGHT_API_RERANKER_MAX_CANDIDATEScutCanonical
retrieval.md+ regenerated skills mirror (scripts/generate-docs-skill.sh). Docs only.