Artificial Intelligence

Embedding

A numerical representation of data (text, images, etc.) as a vector of numbers in a high-dimensional space. Similar items are placed closer together in this space, enabling machines to understand semantic relationships.

Why It Matters

Embeddings power semantic search, recommendation systems, and RAG pipelines. They are how AI understands meaning beyond simple keyword matching.

Example

The words 'king' and 'queen' would have similar embeddings (close together in vector space), while 'king' and 'bicycle' would be far apart.

Think of it like...

Like plotting cities on a map — cities that are culturally and geographically similar end up close together, making it easy to find related things by looking at what is nearby.

Related Terms