haiku.rag/docs/configuration
Yiorgis Gozadinos 008a6e097f
Order cross-database fusion by retrieval score
Rank interleaving guarantees every database slots regardless of content;
on domain-split collections it allocates no better than chance and costs
4.7pp recall@5 at four collections against score ordering (7.1pp at
eight). Hybrid scores are each database's own vector/FTS rank agreement,
which carries across databases; equal scores resolve by within-database
rank, and only a tie on both falls to configured order, leaving
permutation sensitivity at 0.02-0.26pp. Fused results carry the
candidate's own retrieval score, so the context-expansion re-sort
preserves fused order.
2026-09-01 08:35:39 +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 Order cross-database fusion by retrieval score 2026-09-01 08:35:39 +03:00