Split the #590 CHANGELOG entry into Removed and Fixed

This commit is contained in:
Yiorgis Gozadinos 2026-08-31 18:41:14 +03:00
parent d2b2acef2c
commit 2eaf2c6aea
No known key found for this signature in database

View file

@ -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