You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the angular distance can be computed in these methods using the inner product of the normalized vectors (or l2 of l2-normalized vectors) but this puts the burden of managing the norms and doing the normalization on the users. We should support cosine first-class right in the distance computation to alleviate these burdens.
Currently, the angular distance can be computed in these methods using the inner product of the normalized vectors (or l2 of l2-normalized vectors) but this puts the burden of managing the norms and doing the normalization on the users. We should support cosine first-class right in the distance computation to alleviate these burdens.
Tagging @liliu-z for awareness and tracking.
The text was updated successfully, but these errors were encountered: