ComeçarComece de graça

Comparing text embeddings

Este exercício faz parte do curso

End-to-End RAG with Weaviate

Ver curso

Instruções do exercício

  • Embed the two texts provided about Weaviate and compute the cosine distance between the two vectors.
  • Embed a third text about a different topic, compute the cosine distance to e1, and compare this distance to the previous distance.
  • Embed the strings in texts along with the query_text variable, loop over embeddings, calculating the distance between the embedding and query_embedding, and sort the distances to find the top 2 most similar texts.
  • Return all of the texts with a cosine distance less than max_distance.


Note: If you’re running DataLab in Restricted Mode, this exercise isn’t supported yet. We’re actively working on making it available in the future.


Exercício interativo prático

Transforme a teoria em ação com um de nossos exercícios interativos

Começar o exercício