indicating fix for 8.12.1 for int8_hnsw (#104912)

This commit is contained in:
Benjamin Trent 2024-01-30 09:06:22 -05:00 committed by GitHub
parent dbefb32bd7
commit 332dd8c751
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,8 @@ Also see <<breaking-changes-8.12,Breaking changes in 8.12>>.
When using `int8_hnsw` and the default `confidence_interval` (or any `confidence_interval` less than `1.0`) and when
there are deleted documents in the segments, quantiles may fail to build and prevent merging.
This issue is fixed in 8.12.1.
[[breaking-8.12.0]]
[float]
=== Breaking changes