LiveSPX7,620-1.28%NDX29,127-1.41%US10Y4.961%+3.23%BTC76,833-1.21%ETH2,469-2.04%GOLD4,319-1.04%NVDA210.96-8.42%MSFT505.41+1.14%GOOGL349.39+3.23%
Advertisement
AI glossary

Embedding

Text turned into numbers that capture meaning.

An embedding is a list of numbers — a vector — representing a piece of text, produced so that texts with similar meaning sit close together in that numeric space.

Search then becomes geometry: find the stored vectors nearest the question's vector. That is how retrieval finds a passage about "cancelling a plan" when the user typed "how do I quit".

Embeddings are far cheaper to compute than generation, which is why retrieval systems embed everything up front and generate only once.

Related terms