Closed
Description
Is there an existing issue for the same feature request?
- I have checked the existing issues.
Is your feature request related to a problem?
No response
Describe the feature you'd like
Support hamming distance as metric when matching binary vectors.
The desired statement:
SELECT c1 FROM binaries SEARCH MATCH VECTOR (c2, [1, 1, 0, 0, 0, 1, 1, 1], 'bit', 'hamming', 3);
Describe implementation you've considered
No response
Documentation, adoption, use case
No response
Additional information
No response