You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
Recently Lucene started building in-house Approximate k-NN search in Java based on HNSW algorithm. k-NN plugin already has support for HNSW based out of C library namely NMSlib. By having the Lucene based HNSW support, we will be able to provide AKNN functionality independently outside of k-NN plugin with out having to rely on the NMSlib or FAISS. This will unlock the platform dependency issues because of C based libraries.
As a prerequisite we need to introduce new data type dense_vector in OpenSearch core and build Field Mappers to index data from this field to Lucene graphs.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Recently Lucene started building in-house Approximate k-NN search in Java based on HNSW algorithm. k-NN plugin already has support for HNSW based out of C library namely NMSlib. By having the Lucene based HNSW support, we will be able to provide AKNN functionality independently outside of k-NN plugin with out having to rely on the NMSlib or FAISS. This will unlock the platform dependency issues because of C based libraries.
As a prerequisite we need to introduce new data type dense_vector in OpenSearch core and build Field Mappers to index data from this field to Lucene graphs.
The text was updated successfully, but these errors were encountered: