Closed Ngalstyan4 closed 1 year ago
Currently we only support l2-squared distance function (sql, c refs)through usearch. We should add other distance functions such as l1, l2, hamming distance, cosine distance, etc
There is already a PR for this out: https://github.com/lanterndata/lanterndb/pull/42
Doesn't cover hamming distance but the rest is covered it seems.
Currently we only support l2-squared distance function (sql, c refs)through usearch. We should add other distance functions such as l1, l2, hamming distance, cosine distance, etc