2 Answers
- Newest
- Most votes
- Most comments
1
Hello ,
Sudip
The Titan models are trained using cosine similarity, so the cosine distance metric would be the most appropriate choice.
Thanks,
Abhinav
answered a year ago
0
Hi,
Your choice of distance metric is fairly open: the engines will return you embedding vectors and you choose which one you apply.
You have a wide choice well detailled at https://weaviate.io/blog/distance-metrics-in-vector-search
Cosine similarity is a frequent choice: it is normalized so always between 0 and 1. If you choose a non-normlized distance, you become dependent on embeddings vector length, which may become an issue if you want to compare distance across embeddings engines.
Best,
Didier
Relevant content
- asked 5 months ago
- asked 2 months ago
- asked 6 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 16 days ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated a year ago
Hi, thanks for having accepted my answer!