LT
03/25/2023, 10:09 PMLT
03/25/2023, 10:51 PMKishore Nallan
03/26/2023, 1:49 PMcosine_distance = 1 - cosine_similarity
When 2 vectors are exactly same, the cosine similarity be 1, so the cosine distance will be 0.
Likewise, when 2 vectors are very different then the cosine similarity will be -1 so the cosine distance will be 2.
We plan to add a way to restrict results based on a threshold. When I meant "don't carry any semantic absolute meaning" I meant generically across datasets. It's still useful to have a cutoff threshold for some datasets so we will be adding an option for that.