Embedding
Also known as: Vector Embedding, Text Embedding, Semantic Embedding
A numerical representation of text, images, or other data as vectors, enabling AI to measure similarity and meaning mathematically.
Embeddings convert text, images, or other data into numerical vectors that capture semantic meaning, enabling mathematical comparison of concepts.
How It Works
Text → Neural network → Vector of numbers (e.g., 1536 dimensions)
Similar concepts end up close together in vector space:
- “cat” and “kitten” → nearby vectors
- “cat” and “democracy” → distant vectors
Applications
- Semantic search: Find relevant documents by meaning, not keywords
- Recommendations: “Similar items” based on embeddings
- Clustering: Group related content automatically
- RAG: Retrieve relevant context for LLM queries
- Anomaly detection: Find outliers in embedding space
Popular Models
- OpenAI: text-embedding-3-small/large
- Cohere: embed-english-v3
- Sentence Transformers: Open-source options
- Voyage AI: Specialized embeddings
Vector Databases
Store and search embeddings efficiently:
- Pinecone, Weaviate, Chroma, Qdrant, pgvector
External Resources
Related Terms
Related Writing
The Alteration of the C's
May 21, 2026
When Memory Became a Service
May 20, 2026
Mind the Gap: The Shrinking Lead of Closed-Source AI
March 21, 2026
Distributed Agency in Human-AI Systems: A Framework for Analyzing Authorship, Control, and Autonomy
March 18, 2026
The Loss of Terra Firma: Fragmented Consciousness
March 2, 2026