haiku.rag/app/frontend/components
Yiorgis Gozadinos 995d081aa1
Visualize the exact context the model saw via Citation.doc_item_refs
visualize_chunk re-expanded chunks from scratch to recover their refs,
which could not faithfully reproduce the original merge, scores, and
clip — so a visualization could highlight different pages than the
citation covered. Carry the cited items on Citation.doc_item_refs and
resolve bounding boxes from them directly; re-expansion remains only as
the fallback for callers with no stored context (CLI, inspector). Chat,
inspector, the app endpoint, and the frontend pass the refs through.
2026-07-09 11:51:37 +03:00
..
Chat.tsx Fix example app 2026-06-26 13:12:53 +03:00
CitationBlock.tsx Visualize the exact context the model saw via Citation.doc_item_refs 2026-07-09 11:51:37 +03:00
DbInfo.tsx Fix frontend selection collisions, stale fetches, and URL consistency 2026-04-24 17:17:28 +03:00
DocumentFilter.tsx Fix frontend selection collisions, stale fetches, and URL consistency 2026-04-24 17:17:28 +03:00
SessionManager.tsx Add frontend session management with localStorage persistence, deduplicate shared code 2026-02-12 15:16:47 +02:00