From 85b8cecb6f8ab90f5ccaa19b4059343144948cf6 Mon Sep 17 00:00:00 2001 From: Kunal Pathak Date: Wed, 27 Nov 2024 15:52:40 +0100 Subject: [PATCH] docs: fix typo in embedding vectors documentation (#28378) **Description:** Fixed a grammatical error in the documentation section on embedding vectors. Replaced "Embedding vectors can be comparing" with "Embedding vectors can be compared." **Issue:** N/A (This is a minor documentation fix with no linked issue.) **Dependencies:** None. --- docs/docs/concepts/embedding_models.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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