You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- surface cited page-images in their own panel section (previously
orphaned off the ranked list)
- sort cited candidates to the top
- route bars count cited modality, not retrieval mix -- a text route
that cited page-images read as 100% text
- routing toggle: auto/text/visual/hybrid/agentic
- route-pill copy; de-figure the page-image note
- drop the embeddings chip and Index panel
- html overflow:hidden -- kill the double scrollbar on Figures
<spanclassName="field-note">visual routing needs the GPU leg — off on this CPU deployment (offline: +35% recall over text-only); figure questions still work via page images</span>
@@ -81,7 +82,6 @@ function EmptyState({ onAsk, routingAvailable }) {
? "Cited as a page image: the model read this page directly when describing the figure, so the whole page is the evidence."
238
+
? "Cited as a page image: the model read this page directly, so the whole page is the evidence."
239
239
: isVis
240
240
? (hasBbox ? "Retrieved from the visual store over page images; the box marks the figure or table region on the source page." : "Retrieved from the visual store over page images.")
241
241
: (hasBbox ? "Retrieved from the text store by the dense retriever; the box marks the cited passage on the page." : "Retrieved from the text store by the dense retriever. This chunk spans page boundaries, so no single region box is available.")}</span>
0 commit comments