haiku.rag/docs/configuration
Yiorgis Gozadinos 34180a0fd1
One reference and one placement for a database
DatabaseRef is a name and a location. The configuration places databases
through lancedb.databases alone; with none configured the default is the
entry haiku.rag under storage.data_dir, selectable like any other.
lancedb.uri is removed, and a config carrying it fails to load with the
replacement spelled out. A path passed from Python is valid where the
configuration places nothing and raises AmbiguousDatabaseError beside
lancedb.databases; haiku-rag --db and haiku-ingester --db construct the
scope directly, so a human's override keeps working. Every database
answers to a name, and a database given as a path keeps its own errors.
2026-09-03 15:12:08 +03:00
..
index.md One reference and one placement for a database 2026-09-03 15:12:08 +03:00
processing.md Dedupe picture chunks and skip small pictures at chunking 2026-07-09 10:24:32 +03:00
prompts.md Make the documented configuration match the code 2026-08-19 15:52:50 +03:00
providers.md Accept a /v1 suffix on the vLLM reranker base_url 2026-08-28 15:46:42 +03:00
qa.md Guard dedup against compaction and document search units 2026-09-02 12:29:12 +03:00
storage.md One reference and one placement for a database 2026-09-03 15:12:08 +03:00