haiku.rag/haiku_rag_slim/haiku/rag/capabilities
Yiorgis Gozadinos a04a16c717
Remove the environment overrides and the last unnamed-database wording
HAIKU_RAG_DB and DB_PATH are gone: a capability covers what the
configuration places or the db_path it is given, and the app backend and
the AG-UI example load their configuration as the CLI does. The compose
files point HAIKU_RAG_CONFIG_PATH at the mounted haiku.rag.yaml, which
places the database at /data where DB_VOLUME is mounted; the backend
refuses a configured set since it serves one database. The chat scopes a
selection by source only over a set and names databases on filter rows
only across several. Docstrings, docs and test fixtures stop describing an
unnamed database; every database a search, listing or citation reports
carries a name.
2026-09-03 15:12:09 +03:00
..
instructions Match capability instructions to the run's collection scope 2026-08-27 12:41:15 +03:00
__init__.py Give the evidence capabilities one typed state 2026-08-19 17:08:44 +03:00
_base.py Remove the environment overrides and the last unnamed-database wording 2026-09-03 15:12:09 +03:00
_tools.py Deduplicate search results within one model response 2026-09-02 12:29:12 +03:00
analysis.py Price qa.max_searches in search units 2026-09-02 12:29:12 +03:00
compaction.py Name the collection on a retrieved image, not only in the text 2026-08-28 12:02:16 +03:00
evidence.py Give the evidence capabilities one typed state 2026-08-19 17:08:44 +03:00
ledger.py Let the record say whether a question is still being answered 2026-08-13 15:03:24 +03:00
policy.py Support Pydantic AI agent specs via from_spec 2026-08-21 13:04:09 +03:00
rag.py Price qa.max_searches in search units 2026-09-02 12:29:12 +03:00