haiku.rag/docs/configuration
Yiorgis Gozadinos 35f8d721b1
Build the chunks FTS index on the first write instead of at table creation
An FTS index built over an empty table indexes nothing and lance never
catches it up on add. ensure_indexes skips FTS while the table is
empty; create, replace_for_document and embed-only rebuild ensure
indexes after writing, so the index always covers at least its first
rows. The first write into a fresh table writes one extra chunks table
version for the index build; a failed build fails the write.
2026-08-31 18:42:31 +03:00
..
index.md Honor configured vector metric during search 2026-08-31 21:38:00 +08: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 Make the documented configuration match the code 2026-08-19 15:52:50 +03:00
storage.md Build the chunks FTS index on the first write instead of at table creation 2026-08-31 18:42:31 +03:00