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
Since faiss supports more features than nmslib, and, we had seen
data points that there are more number of vector search
users are interesed in faiss, we will be updating default
engine to be faiss. This will benefit users who preffered
to use defaults while working with vector search.
Signed-off-by: Vijayan Balasubramanian <[email protected]>
Copy file name to clipboardexpand all lines: release-notes/opensearch-knn.release-notes-2.18.0.0.md
+1
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Compatible with OpenSearch 2.18.0
15
15
* Add CompressionLevel Calculation for PQ [#2200](https://github.com/opensearch-project/k-NN/pull/2200)
16
16
* Remove FSDirectory dependency from native engine constructing side and deprecated FileWatcher [#2182](https://github.com/opensearch-project/k-NN/pull/2182)
17
17
* Update approximate_threshold to 15K documents [#2229](https://github.com/opensearch-project/k-NN/pull/2229)
18
+
* Update default engine to FAISS [#2221](https://github.com/opensearch-project/k-NN/pull/2221)
18
19
### Bug Fixes
19
20
* Add DocValuesProducers for releasing memory when close index [#1946](https://github.com/opensearch-project/k-NN/pull/1946)
20
21
* KNN80DocValues should only be considered for BinaryDocValues fields [#2147](https://github.com/opensearch-project/k-NN/pull/2147)
0 commit comments