Draft
Conversation
75ba3f0 to
2fd1e68
Compare
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.
Description
Improves citations and quote selections from source documents. Adds a new frontend component to view quotes in context when a citation is clicked. Modifies validator to perform more robust, quote-based grounding.
Changes
Backend: grounding, retrieval, and citation data model
supporting_quote,chunk_id, andattribution.retrieve_evidencecalls when unsupported claims are found.[1, 3; 5]) are generated.fetch_chunk_textsfor batch chunk-content retrieval.Backend: persistence + API
synthesis_citations.attributioncolumn with documented meaning.CitationInfonow includesdocument_type,evidence_score,impact_score, andclaim_quotes.ClaimQuoteschema.GET /api/analysis-projects/{project_id}/chunks/{chunk_id}/contextBackend: guardrails for tool calls
citation_number/queryare missing rather than guessing).retrieve_evidence) before regeneration.Frontend: citation UX and context panel
ExecutiveBriefingnow acceptsprojectIdand supports citation inspection state.CitationContextPanelcomponent:frontend/types/search.tsto support new citation payload shape.fuzzballdependency to support fuzzy quote matching.Documentation
Database Migration
backend/supabase/migrations/20260213000000_add_synthesis_citation_attribution.sqlsynthesis_citations.attribution(varchar(20))direct,synthesised,inferredNotes / Risks