haiku.rag/haiku_rag_slim/haiku/rag/sandbox
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 Delete the standalone QA and analysis agents 2026-05-19 11:39:20 +03:00
dependencies.py Ask and analyze across several databases 2026-08-24 10:03:46 +03:00
models.py replace haiku.skills with native Pydantic AI capabilities 2026-07-24 15:26:17 +03:00
sandbox.py Correct what the client and the docs claim 2026-08-26 16:47:59 +03:00