mikemccand opened a new issue, #12615:
URL: https://github.com/apache/lucene/issues/12615

   ### Description
   
   I came across this compelling sounding [JVector 
project](https://foojay.io/today/jvector-1-0/) which looks to have awesome QPS 
performance.
   
   It uses 
[DiskANN](https://www.microsoft.com/en-us/research/publication/diskann-fast-accurate-billion-point-nearest-neighbor-search-on-a-single-node/)
 instead of HNSW (what Lucene uses now).
   
   Maybe we should explore another aKNN Codec implementation using this?  It'd 
also be a good test of the Codec pluggability of our KNN implementation.


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