Embeddings
Numeric vectors that capture the meaning of text, images, or other data.
An embedding maps an input to a vector in a high-dimensional space where similar items sit close together. This lets software measure semantic similarity with simple math, powering search, recommendations, clustering, and retrieval.
Embeddings are the backbone of retrieval-augmented generation and vector databases.