A dense vector index is a specialized database index optimized for storing high-dimensional numerical representations (embeddings) of data and performing fast approximate nearest neighbor (ANN) searches. It enables semantic retrieval by finding vectors with the closest geometric distance, which correlates with conceptual similarity, rather than relying on exact keyword matches. This is the foundational technology for vector databases and Retrieval-Augmented Generation (RAG) architectures.
