top | item 44710954

(no title)

KasianFranks | 7 months ago

Agreed. Vector embeddings along with which distance calculations you choose.

discuss

order

gbacon|7 months ago

Tend to avoid Euclidean distance.

crystal_revenge|7 months ago

When the vectors are normalized to unit length cosine similarity and Euclidean distance are equivalent.

This an optimization that many vector dbs use in retrieval since it is typically much faster to compute Euclidean distance rather than cosine.