Computing cosine distances
To identify the most semantically similar texts, you need to apply a distance metric. A popular choice is the cosine distance.
In this exercise, you've been provided with four vectors: A, B, C, and D. It's your task to find out which vector is most similar to A using cosine distance.
Which vector is the most similar to A?
distance has already been imported from scipy.spatial.
Latihan ini merupakan bagian dari kursus
Introduction to Embeddings with the OpenAI API
Latihan interaktif langsung
Ubah teori menjadi aksi dengan salah satu latihan interaktif kami
Mulai latihan