haiku.rag/haiku_rag_slim/haiku/rag/config
Yiorgis Gozadinos 746b663a2f
Correct the multi-database prose
`resolve_citations` documented the behaviour it now rejects: a shared chunk id
resolving to whichever result came last.

The storage page ran two embedding checks together as if the second explained
the first. They are separate: each database against the configuration on open,
and the databases in a selection against each other, which raises in read-only
mode too and does not apply to full-text search.

`several` becomes `multiple` where it names the feature, matching the docs and
`covers_multiple`.
2026-08-27 11:40:52 +03:00
..
__init__.py Make get_config the only configuration lookup 2026-08-19 14:43:40 +03:00
loader.py Treat empty env vars as unset in config expansion 2026-06-25 12:41:04 +03:00
models.py Correct the multi-database prose 2026-08-27 11:40:52 +03:00