Topic · 21 concepts

Search & Retrieval

How systems find relevant documents in the first place.

First-pass retrieval is the wide-net stage of any production search system — the algorithms, indexes, and tradeoffs that surface a few hundred candidates per query out of millions. Classical lexical retrieval (BM25), modern dense embeddings, and the hybrids that combine them all live here. Get this stage wrong and the rest of the pipeline can't recover; get it right and a reranker downstream can finish the job. The concepts below cover what each technique actually does, where each one breaks, and why production systems almost always layer multiple methods rather than picking one.

Other topics
ZeroEntropy
The best AI teams build with ZeroEntropy models
Follow us on
GitHubTwitterSlackLinkedInDiscord