Skip to content
About

Vector Databases

A vector database stores meaning. Where a traditional database finds rows by exact matches, a vector database finds items by semantic similarity — the content closest in meaning to a query. It is the storage and retrieval engine behind RAG, semantic search, recommendations, and agent memory.

Explain how semantic search works under the hood, reason about the accuracy/latency trade-offs of an index, and choose — and justify — a vector store for a real workload.

LLM Engineering, specifically the section on embeddings.