Conversation
…t merge) Preserved from an abandoned worktree on 2026-09-17. Does not compile (2 errors in axon-services) and is untested in this state. Contains a lexical/authority reranker (ranking.rs, query_tokens.rs), model-tier adaptive context budgets, and several extractable fixes: synthesis_high_context is dead config on main, ask_hybrid_candidates is never passed to Qdrant search, and doctor does not validate openai-compat config. The context-admission and explain-scoring parts were landed separately.
Keeps both doctor_probe changes (per-backend config validation and #617's OpenAI-compatible probe ceiling). The ask_retrieval redesign files keep this branch's versions; the admission fix from #619 must be re-applied when the redesign is finished. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Draft only. Do not merge. This branch keeps a RAG redesign from a worktree that was abandoned. It does not compile:
axon-serviceshas 2 errors. It has not been tested.Contents
ranking.rs,query_tokens.rs).synthesis_high_contextis config that nothing on main reads.ask_hybrid_candidatesis never passed to the Qdrant search.doctordoes not check the openai-compat config.The context admission and explain scoring parts were already moved to #619.
Known conflicts
crates/axon-llm/src/runtime/doctor_probe.rsconflicts with #617, which is already on main.🤖 Generated with Claude Code