/4 min
Building Agentic Search on Qdrant: A Production Architecture Walkthrough
How to build a production agentic search system on Qdrant: single-shot vector+filter tool calls, Postgres hydration, and progressive relaxation.
ReadTag
2 posts.
How to build a production agentic search system on Qdrant: single-shot vector+filter tool calls, Postgres hydration, and progressive relaxation.
ReadBM25 is lexical, SPLADE learns term expansion, and Qdrant's BM42/miniCOIL add neural weights to the BM25 formula—compared for hybrid RAG.
Read