Zenaique
Glossary · Foundations

Embeddings

Also known as: Vector representations, Dense vectors

Dense numeric vectors that capture meaning; close vectors = similar text.

Dense vector representations of text (or other modalities) in a continuous space where semantic similarity is captured by geometric distance. Used as the backbone for retrieval, classification, and clustering in modern AI systems.

In practice

The substrate for RAG, semantic search, and clustering. Interviews test embedding choice (BGE vs OpenAI vs E5), dimension trade-offs, and cosine vs dot product.

How it compares

Embeddings are the vectors themselves; vector databases are the storage + ANN index for querying them at scale.

Comparisons that include Embeddings

Related topics

Questions that mention this term

Related terms