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.
This commit is contained in:
Kunal Pathak 2024-11-27 15:52:40 +01:00 committed by GitHub
parent 585da22752
commit 85b8cecb6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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