diff --git a/docs/docs/concepts/embedding_models.mdx b/docs/docs/concepts/embedding_models.mdx index 978188421c6..28a7a8c6497 100644 --- a/docs/docs/concepts/embedding_models.mdx +++ b/docs/docs/concepts/embedding_models.mdx @@ -25,7 +25,7 @@ Embeddings allow search system to find relevant documents not just based on keyw (1) **Embed text as a vector**: Embeddings transform text into a numerical vector representation. -(2) **Measure similarity**: Embedding vectors can be comparing using simple mathematical operations. +(2) **Measure similarity**: Embedding vectors can be compared using simple mathematical operations. ## Embedding