haiku.rag/haiku_rag_slim/haiku/rag/chat
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
..
widgets Correct what the client and the docs claim 2026-08-26 16:47:59 +03:00
__init__.py Rename the database selector to --db-name 2026-08-26 16:48:27 +03:00
app.py Resolve the databases a command works on, once 2026-08-25 15:48:47 +03:00