Back to All Posts
Jun 9, 2026 4:43:53 PM

What is a vector embedding? 

By dotsquares 1 minute read

An embedding is a dense numeric vector that represents data (text, images, etc.) in a high-dimensional space, where semantically similar items cluster together. They are the foundation of semantic search, retrieval-augmented generation (RAG), and recommendation systems. 

Add Comment