- Notifications
You must be signed in to change notification settings - Fork 0
fix(rag): stop caching soft-tail unsupported-short-circuit zero results#1646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Uh oh!
There was an error while loading. Please reload this page.
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
5ffa042
fix(rag): stop caching soft-tail unsupported-short-circuit zero results
claude 9512d3e
docs(ledger): record review for PR #1646
claude 7854fab
Merge branch 'main' into claude/implement-97vpz7
BigSimmo 5d040a9
Merge branch 'main' into claude/implement-97vpz7
claude d8a730c
fix(rag): forward corpus_grounding telemetry on shared search-cache hits
claude e903009
fix(rag): do not memoize a rejected soft-tail classifier verdict
claude ef8f669
Merge branch 'main' into claude/implement-97vpz7
claude 9fb1951
fix(rag): bound the classifier-memo skip and stop skipping determinis…
claude 068ea2b
fix(rag): only skip the soft-tail cache write when a classifier was r…
claude 89bd09d
Merge branch 'main' into claude/implement-97vpz7
claude 00ab7bf
fix(rag): skip soft-tail unsupported answer cache and harden soft-tai…
cursoragent 482a749
docs(ledger): record soft-tail answer-cache fix review for PR #1646
cursoragent File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -897,6 +897,7 @@ async function buildScopedSearchPayload( | ||
| weak_source_count: relevance.weakSourceCount, | ||
| retrieval_strategy: search.telemetry.retrieval_strategy, | ||
| retrieval_plan: search.telemetry.retrieval_plan, | ||
| corpus_grounding: search.telemetry.corpus_grounding, | ||
BigSimmo marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| smart_api_intent: smartApiPlan.intent, | ||
| smart_api_response_mode: smartApiPlan.responseMode, | ||
| smart_api_display_mode: smartApiPlan.displayMode, | ||
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
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
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
Oops, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
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.
Uh oh!
There was an error while loading. Please reload this page.