haiku.rag/tests/multi_db
Yiorgis Gozadinos db5f61d740
Rename the database selector to --db-name
`--database` and `--db` read as one word abbreviated but take different
things, a configured name against a filesystem path, and they sit in
different positions: `haiku-rag --db /path info` fails with `No such option`.
The CLI already says "database" to the user everywhere it prints one, so the
name it selects by should say the same. Unreleased, so no deprecation.

Also: without a reranker, raise `search.limit` with the number of databases
searched, since each contributes its best matches to a list truncated back
to the limit.
2026-08-26 16:48:27 +03:00
..
__init__.py
conftest.py
helpers.py
test_capabilities.py
test_citations.py
test_documents.py
test_expansion.py
test_lifecycle.py
test_scope.py
test_search.py