mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-03 03:38:06 +00:00
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:
parent
585da22752
commit
85b8cecb6f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user