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?
Currently k-NN plugin supports 3 engines, Nmslib, Faiss and Lucene.
In this change I would like to integrate JVector as another engine of choice.
There are a number of reasons to doing so:
Disk ANN - JVector is capable to perform search without loading the entire index into RAM.
Compatibility - JVector is compatible with Cassandra. Which allows to more easily transfer vector encoded data from Cassandra to OpenSearch and vice versa.
What solution would you like?
Introduce JVector into K-NN plugin as another supported engine.
What alternatives have you considered?
NA
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Currently k-NN plugin supports 3 engines, Nmslib, Faiss and Lucene.
In this change I would like to integrate JVector as another engine of choice.
There are a number of reasons to doing so:
What solution would you like?
Introduce JVector into K-NN plugin as another supported engine.
What alternatives have you considered?
NA
The text was updated successfully, but these errors were encountered: