Vector Databases

Where embeddings live, how they're indexed, and how similarity search behaves at scale.

Sign in to track your progress across sections.

13 articles

Supabase Vector

Listed inSupabase VectorVector Databaseson

Vectors as a column, so the filter is a WHERE clause on columns you already have and a row and its embedding land in one transaction.

Beginner4 min
#vector-search
#postgres

LanceDB

Listed inLanceDBVector Databaseson

An embedded retrieval library rather than a server, with multimodal assets beside the vectors. Plus what the project does not actually claim.

Intermediate4 min
#vector-search

Weaviate

Listed inWeaviateVector Databaseson

A search service rather than a vector column or an embedded library. Hybrid search fuses keyword and vector ranking, which recovers the exact identifiers embeddings lose, and the index types include a flat one suited to many small per-tenant datasets.

Intermediate6 min
#stores

Chroma

Listed inChromaVector Databaseson

The persistent client gets a working query with no infrastructure decision, and the collection code survives the move to a server. Concurrency, the directory's lifetime and backups are the bill that arrives with traffic.

Beginner3 min
#stores

Qdrant

Listed inQdrantVector Databaseson

Rust-based vector search with rich payload filtering and quantization.

Intermediate5 minDraft
#stores

FAISS

Listed inFAISSVector Databaseson

Meta's ANN library — a fast index, not a database.

Advanced6 minDraft
#stores

Pinecone

Listed inPineconeVector Databaseson

Fully managed, serverless vector search with namespaces and metadata filters.

Beginner5 minDraft
#stores