Skip to content

Commit

Permalink
Add painless script support for hamming with binary vector data type (#…
Browse files Browse the repository at this point in the history
…1839)

Signed-off-by: Heemin Kim <[email protected]>
  • Loading branch information
heemin32 authored Jul 17, 2024
1 parent 9eb1c39 commit de6084f
Show file tree
Hide file tree
Showing 5 changed files with 263 additions and 105 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
* Adds dynamic query parameter nprobes [#1792](https://github.com/opensearch-project/k-NN/pull/1792)
* Add binary format support with HNSW method in Faiss Engine [#1781](https://github.com/opensearch-project/k-NN/pull/1781)
* Add script scoring support for knn field with binary data type [#1826](https://github.com/opensearch-project/k-NN/pull/1826)
* Add painless script support for hamming with binary vector data type [#1839](https://github.com/opensearch-project/k-NN/pull/1839)
### Enhancements
* Switch from byte stream to byte ref for serde [#1825](https://github.com/opensearch-project/k-NN/pull/1825)
### Bug Fixes
Expand Down
Loading

0 comments on commit de6084f

Please sign in to comment.