Added new dist functions cos_dist and hamming_dist which will use usearch implementations you can refer to this PR for more information.
l2sq_dist function now will also use usearch implementation.
TODO
[x] Create new update file for sql
[x] Detect dist function when used with index, so we can set corresponding metric type on usearch options without creating several operators
[x] Add generic implementation of dist_func to reject usage outside of index
Description
Added new dist functions
cos_dist
andhamming_dist
which will use usearch implementations you can refer to this PR for more information.l2sq_dist
function now will also use usearch implementation.TODO
Issue
closes #34