Keep this tight. Three required readings are enough to form a defensible retrieval position; the optional refresher is there only if embeddings language feels rusty.
Required
A high-signal engineering writeup on why chunk-level context matters, how contextual embeddings plus BM25 improve retrieval, and where traditional chunking loses local meaning.
Read for: chunking strategy, hybrid retrieval, and failure analysis on enterprise corpora.
Required
The current product-level retrieval guide for vector stores, search, metadata filtering, and how retrieval is wired into model workflows that need grounded context.
Read for: practical retrieval interface, filters, and how to reason about grounding in an application stack.
Required
A crisp explanation of hybrid queries, Reciprocal Rank Fusion, and semantic reranking in a production search engine that maps cleanly to vendor-neutral design discussions.
Read for: lexical plus vector orchestration, reranking stages, and latency versus relevance tradeoffs.
Optional refresher
A short reset on what embeddings capture, when they are the right primitive, and how to talk about semantic similarity without getting hand-wavy.
Use only if: you need cleaner language for embeddings before the drill.