Add doc for binary format support in k-NN
Description
Add doc for binary format support in k-NN
Issues Resolved
Closes https://github.com/opensearch-project/documentation-website/issues/7835
Version
Since 2.16
Frontend features
N/A
Checklist
- [x] By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origin. For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Editorial review -> Merged.
Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer.
When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). The doc reviewer will arrange for an editorial review.
Could you add hamming as space type in https://opensearch.org/docs/latest/search-plugins/knn/knn-score-script/?
The difference between hammingbit and hamming is that, hamming works only with knn field of binary data type whereas hammingbit works with long and binary type(https://opensearch.org/docs/latest/search-plugins/sql/datatypes/).
Could you add hamming as space type in https://opensearch.org/docs/latest/search-plugins/knn/knn-score-script/?
The difference between hammingbit and hamming is that, hamming works only with knn field of binary data type whereas hammingbit works with long and binary type(https://opensearch.org/docs/latest/search-plugins/sql/datatypes/).
Added
@junqiu-lei @kolchfa-aws Please see my comments and changes and let me know if you have any questions. Thanks!
The changes LGTM, thanks!