haiku.rag/haiku_rag_slim/haiku/rag/inspector/widgets
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
..
__init__.py Show bounding boxes for chunks in inspector 2025-12-08 15:55:26 +02:00
chunk_list.py Exclude TUI apps from coverage 2026-02-20 16:37:16 +02:00
context_modal.py render attached pictures in inspector context modal under qa.model.vision 2026-05-06 12:00:12 +03:00
detail_view.py Exclude TUI apps from coverage 2026-02-20 16:37:16 +02:00
document_list.py Exclude TUI apps from coverage 2026-02-20 16:37:16 +02:00
info_modal.py urface document_meta in info, history, and the inspector 2026-06-12 10:17:18 +03:00
search_modal.py Update core dependencies 2026-04-03 10:14:27 +03:00
visual_modal.py Visualize the exact context the model saw via Citation.doc_item_refs 2026-07-09 11:51:37 +03:00