Tag: #hybrid-search
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 4 posts
Next-Gen Search Engines 2026 — Meilisearch vs Typesense vs Elasticsearch vs OpenSearch vs Quickwit vs Vespa Deep Dive (The Landscape After Elastic)
The 2026 search-engine landscape started at Elasticsearch and scattered everywhere. Meilisearch and Typesense have taken in-app search to a minimalism aesthetic, AWS made an escape route via OpenSearch, Quickwit arrived
2026-05-14 · 21 min read #search-engine#meilisearch#typesense#elasticsearch#opensearchHybrid Search Guide: Combining BM25 and Vector Search for Better RAG
Pure vector search has a blind spot: exact keyword matching. This guide explains how to combine BM25 and vector search using RRF (Reciprocal Rank Fusion) to get the best of both worlds — with real code, benchmark numbers
2026-03-18 · 7 min read #hybrid-search#bm25#vector-search#rag#rrfRAG Pipeline Optimization Strategy: Chunking, Reranking, and Hybrid Search
Maximize RAG pipeline retrieval quality through chunking strategies, reranking model integration, and hybrid search implementation with practical code and benchmarks.
2026-03-14 · 18 min read #chatbot#rag#chunking#reranking#hybrid-searchPostgreSQL + pgvector Vector Search Practical Guide: From RAG to Hybrid Search
Implement vector similarity search with the PostgreSQL pgvector extension. Covers installation through HNSW/IVFFlat indexes, hybrid search (vector + full-text search), and RAG pipeline integration with practical code.
2026-03-02 · 9 min read #postgresql#pgvector#vector-search#embedding#rag