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
Remove DocsWithFieldSet reference from NativeEngineFieldVectorsWriter (#2408)
* Remove DocsWithFieldSet reference from NativeEngineFieldVectorsWriter
Signed-off-by: Wei Wang <weiwsde@gmail.com>
* fix typo error in test file
Signed-off-by: Wei Wang <weiwsde@gmail.com>
---------
Signed-off-by: Wei Wang <weiwsde@gmail.com>
Signed-off-by: Wei Wang <93847013+weiwang118@users.noreply.github.com>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
29
29
- Use one formula to calculate cosine similarity (#2357)[https://github.com/opensearch-project/k-NN/pull/2357]
30
30
- Add WithFieldName implementation to KNNQueryBuilder (#2398)[https://github.com/opensearch-project/k-NN/pull/2398]
31
31
- Make the build work for M series MacOS without manual code changes and local JAVA_HOME config (#2397)[https://github.com/opensearch-project/k-NN/pull/2397]
32
+
- Remove DocsWithFieldSet reference from NativeEngineFieldVectorsWriter (#2408)[https://github.com/opensearch-project/k-NN/pull/2408]
32
33
### Bug Fixes
33
34
* Fixing the bug when a segment has no vector field present for disk based vector search (#2282)[https://github.com/opensearch-project/k-NN/pull/2282]
34
35
* Fixing the bug where search fails with "fields" parameter for an index with a knn_vector field (#2314)[https://github.com/opensearch-project/k-NN/pull/2314]
0 commit comments