Text embedding

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2022 Apr 3 14:39
Editor
Edited
Edited
2024 Jun 2 2:8

Embeddings are arrays of floating point numbers that represent the semantic meaning of a piece of content

Text encoding is more broader concept which means does not requires to reserve original semantics like
One Hot encoding
The advantage of vectorization is that it enables operations such as addition, subtraction, and multiplication.
We can separate text embeddings using below parameters
  • Multi-lingual
  • Context window size - max passage size
  • Model size - computing resource
  • embedding vector length - storage resource
Text embedding Notion
 
Text Embedding Models
 
Sentence embedding Methods
notion image
 
 

What is embedding

 
 

Recommendations