haiku.rag/haiku_rag_slim/haiku/rag/chat/widgets
Yiorgis Gozadinos 8f41d42ab2
Correct what the client and the docs claim
`HaikuRAG.__init__` said an omitted `db_path` uses `storage.data_dir`, which
is the last of three; and that `sources` is ignored for a single `uri`, where
it raises, since only `lancedb.databases` names databases.

The name is not the only identity leaving the configuration: results,
citations, model input and errors opening a named database carry it, while
`info`, `init` and `tag` print the location. `sources=[]` returns no search
results, but `ask` and `analyze` still answer, without evidence.

Trim the comments that still narrated a failure or an alternative to the
invariant they were there for.
2026-08-26 16:47:59 +03:00
..
__init__.py CLI app 2026-01-13 11:31:21 +02:00
chat_history.py replace haiku.skills with native Pydantic AI capabilities 2026-07-24 15:26:17 +03:00
document_filter_modal.py Correct what the client and the docs claim 2026-08-26 16:47:59 +03:00
image_select.py Add image attachment to the chat TUI 2026-07-25 10:58:08 +03:00
prompt.py Constrain the chat prompt container height 2026-07-25 14:40:40 +03:00