Series / Databases

Vector Search Systems

Retrieval architecture across pgvector, hybrid search, embeddings, GPU databases, and the operational boundaries around AI database access.

14 posts Databases

Who This Is For

Engineers building RAG pipelines, semantic search, or recommendation systems who need to make real architectural decisions — index type, embedding model, hybrid vs pure vector, and when to move off Postgres.

What You Will Be Able to Do

  • Choose between pgvector, Qdrant, Pinecone, and Weaviate based on query pattern and scale
  • Understand HNSW vs IVFFlat tradeoffs and when each index type breaks down
  • Design hybrid search that combines BM25 and vector scores without making recall worse
  • Estimate memory and throughput requirements before committing to a vector DB deployment

Prerequisites

You know what an embedding is and have at least experimented with semantic search. Familiarity with PostgreSQL is helpful.

Start Here

All Posts