You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by so...@apache.org on 2022/09/01 13:54:11 UTC

[lucene] 01/02: Forward-port CHANGES entry for quantized HNSW vectors from 9.x branch

This is an automated email from the ASF dual-hosted git repository.

sokolov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 1649964f076602d9b79293df8113ab42c6dc80ee
Author: Michael Sokolov <so...@amazon.com>
AuthorDate: Wed Aug 31 10:06:22 2022 -0400

    Forward-port CHANGES entry for quantized HNSW vectors from 9.x branch
---
 lucene/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index ff2713ba6a5..02956ce0b37 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -85,7 +85,7 @@ Other
 
 API Changes
 ---------------------
-(No changes)
+* LUCENE-10577: Add VectorEncoding to enable byte-encoded HNSW vectors (Michael Sokolov, Julie Tibshirani)
 
 New Features
 ---------------------