Retrieval & RAG
Retrieval-augmented generationRetrieval-Augmented Generation (RAG) retrieves relevant passages at query time and feeds them into an LLM's context. looks simple in a demo and breaks on real corpora — messy PDFs, thin chunking, and stale embeddingsEmbeddings are numeric vectors that place similar content close together in vector space. all masquerade as model problems. This is our work on making retrieval actually hold up in production.
Browse →