Contextual retrieval in RAG: fix context loss at ingestion
Traditional RAG chunking strips the context that makes a chunk mean anything. Contextual retrieval fixes that by prepending a one-sentence summary situating each chunk in its parent document, and prompt caching keeps the ingestion cost down.