Artificial Intelligence

Sentence Embedding

A vector representation of an entire sentence or paragraph that captures its overall meaning. Sentence embeddings enable comparing the meanings of text passages.

Why It Matters

Sentence embeddings are the building blocks of semantic search, RAG, clustering, and text similarity — they convert meaning into mathematics.

Example

Embedding 'The weather is nice today' into a 768-dimensional vector that is close to 'It is a beautiful day outside' but far from 'The stock market crashed.'

Think of it like...

Like converting a sentence into GPS coordinates on a map of meaning — similar sentences are at nearby coordinates, unrelated ones are far apart.

Related Terms