Skip to content
Learn The AI Glossary

Embedding

A numerical representation of data that places similar items close together in space.

1 min read Data Business

In plain English

An embedding is a list of numbers that represents the meaning of a piece of data, such as a word, sentence, or image, as a point in a high-dimensional space. Items with similar meaning end up close together, and unrelated items end up far apart. This geometric layout is what lets software compare meaning rather than just matching exact words.

Why it matters

Embeddings are the quiet engine behind semantic search, recommendations, and retrieval-augmented generation. They let systems find things by meaning, not just keywords.

A worked example

The embeddings for 'doctor' and 'physician' sit close together, so a search for one can surface results about the other even with no shared words.

Common confusion

An embedding is not the original text or image. It is a numerical fingerprint of meaning, and you usually keep the source content stored separately.

— RELATED ENTRIES —

Terms worth knowing next.

— STILL CURIOUS? —

Definitions are just the start.
go deeper.

Quick Answers tackle the questions everyone's actually asking — for parents, teachers, business owners, and the merely curious.

Browse Quick Answers
— OR — Back to A–Z Learn hub