mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-22 14:04:46 +00:00
Typo
This commit is contained in:
parent
77cf56e54a
commit
5a9269a2ce
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
(embeddings)=
|
||||
# Embeddings
|
||||
|
||||
Embedding models allow you to take a piece of text - a word, sentence, paragraph or even a whole articles, and convert that into an array of floating point numbers.
|
||||
Embedding models allow you to take a piece of text - a word, sentence, paragraph or even a whole article, and convert that into an array of floating point numbers.
|
||||
|
||||
This floating point array is called an "embedding vector", and works as a numerical representation of the semantic meaning of the content in a many-multi-dimensional space.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue