A multi-line description of two to three lines explaining what the post covers: what an embedding represents, dense vs sparse vs hybrid retrieval, HNSW and IVF-PQ ANN indexing, and where ranking quality actually lives.
Embeddings
-
Embedding Models and Vector Search, Honestly -
Local Vector Search for Homelab RAG: pgvector vs Qdrant vs Chroma A practical comparison of Chroma, pgvector, and Qdrant for fully self-hosted vector search — covering setup, embedding generation on local hardware, and wiring each into an offline RAG stack that never phones home.
-
Vector Databases in Production: Pinecone, Weaviate, Qdrant, and pgvector A practical guide to vector databases for production — how vector search works, indexing algorithms (HNSW, IVF, DiskANN), choosing between Pinecone, Weaviate, Qdrant, and pgvector, and operational patterns for scaling and reliability.
-
RAG from Scratch: Building a Retrieval-Augmented Chatbot Over Your Own Documents A complete technical walkthrough of building a retrieval-augmented generation (RAG) system from scratch — covering embeddings, vector databases, chunking strategy, retrieval quality, and a fully runnable Python implementation using Ollama and ChromaDB.