haiku.rag/tests/multi_db
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
..
__init__.py Split the multi-database tests by subject 2026-08-26 13:43:53 +03:00
conftest.py Finish the comment pass, and escape document fields everywhere Rich renders 2026-08-28 15:34:47 +03:00
helpers.py One reference and one placement for a database 2026-09-03 15:12:08 +03:00
test_capabilities.py Remove the environment overrides and the last unnamed-database wording 2026-09-03 15:12:09 +03:00
test_citations.py Remove the environment overrides and the last unnamed-database wording 2026-09-03 15:12:09 +03:00
test_documents.py Remove the environment overrides and the last unnamed-database wording 2026-09-03 15:12:09 +03:00
test_expansion.py Make three tests assert what they are about 2026-08-27 18:04:28 +03:00
test_lifecycle.py Remove the environment overrides and the last unnamed-database wording 2026-09-03 15:12:09 +03:00
test_scope.py One reference and one placement for a database 2026-09-03 15:12:08 +03:00
test_search.py One reference and one placement for a database 2026-09-03 15:12:08 +03:00