benwtrent commented on code in PR #12679:
URL: https://github.com/apache/lucene/pull/12679#discussion_r1419656899


##########
lucene/CHANGES.txt:
##########
@@ -167,7 +167,10 @@ API Changes
 
 New Features
 ---------------------
-(No changes)
+
+* GITHUB#12679: Add support for similarity-based vector searches. Finds all 
vectors scoring above a `resultSimilarity`
+  while traversing the HNSW graph till better-scoring nodes are available, or 
the best candidate is below a score of
+  `traversalSimilarity` in the lowest level. (Aditya Prakash, Kaival Parikh)

Review Comment:
   Maybe add the vector query names?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to