### Is there an existing issue for the same feature request? - [X] 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: ```sql 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_