Split the #590 CHANGELOG entry into Removed and Fixed
This commit is contained in:
parent
d2b2acef2c
commit
2eaf2c6aea
1 changed files with 6 additions and 3 deletions
|
|
@ -7,13 +7,16 @@
|
||||||
- `--full-citations` on `haiku-rag ask` and `haiku-rag analyze` renders citation
|
- `--full-citations` on `haiku-rag ask` and `haiku-rag analyze` renders citation
|
||||||
text untruncated. `format_citations_rich` takes a `full` argument.
|
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
|
### Fixed
|
||||||
|
|
||||||
- Migration to 0.38.0 no longer fails with `UnicodeDecodeError` on a
|
- Migration to 0.38.0 no longer fails with `UnicodeDecodeError` on a
|
||||||
`docling_document` blob written as zstd.
|
`docling_document` blob written as zstd.
|
||||||
- Vector search explicitly uses `search.vector_index_metric`, so flat and indexed
|
- Vector search sets `search.vector_index_metric` on every query.
|
||||||
searches rank with the same configured distance metric. The unused `dot` option
|
|
||||||
is removed; `cosine` and `l2` remain.
|
|
||||||
|
|
||||||
## [0.79.0] - 2026-08-28
|
## [0.79.0] - 2026-08-28
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue