From 2eaf2c6aea2145ab1e2cef922388498604073898 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Mon, 31 Aug 2026 18:41:14 +0300 Subject: [PATCH] Split the #590 CHANGELOG entry into Removed and Fixed --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b5740b7..bd166272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,16 @@ - `--full-citations` on `haiku-rag ask` and `haiku-rag analyze` renders citation text untruncated. `format_citations_rich` takes a `full` argument. +### Removed + +- `dot` removed from `search.vector_index_metric`; switch to `cosine` or `l2` + and rerun `create-index`. + ### Fixed - Migration to 0.38.0 no longer fails with `UnicodeDecodeError` on a `docling_document` blob written as zstd. -- Vector search explicitly uses `search.vector_index_metric`, so flat and indexed - searches rank with the same configured distance metric. The unused `dot` option - is removed; `cosine` and `l2` remain. +- Vector search sets `search.vector_index_metric` on every query. ## [0.79.0] - 2026-08-28