Embeddings & Vector Search · Level 3 of 5
Embedding
A numerical representation placing items in a vector space.
Geometric proximity reflects the training objective rather than universal meaning.
Example
A sentence is represented by a vector for similarity search.
Listen to the definition and example
Audio transcript
Embedding. A numerical representation placing items in a vector space. Geometric proximity reflects the training objective rather than universal meaning. For example: A sentence is represented by a vector for similarity search.
Explore this concept
A useful analogy
Coordinates on a learned map, where nearby items share task-relevant patterns.
Why it matters
This helps you understand why a retrieval system finds or misses related information.
Technical detail
An embedding maps a discrete item or input x to a vector e(x) in R^d. Distances are meaningful relative to its training objective.
Start with
Related concepts
Quick recall question
Try answering before looking back at the definition.