Category

Grounding AI in your data

A language model only knows what it was trained on. The retrieval layer fixes that: it finds the right pieces of your data at the right moment and puts them in front of the model. These entries cover how that works, from embeddings and vector databases to chunking, reranking, and full RAG pipelines.

Entries in this category

Where this layer fits

Retrieval sits between your data and the model. Upstream, core concepts like embeddings and context windows explain the raw materials. Downstream, agents decide when to retrieve, and evals tell you whether the answers actually got better.

Not sure where to start? RAG is the entry that ties this whole category together. Or browse everything at once in the A-Z index.