ManningBooks

ManningBooks

Devtalk Sponsor

Retrieval Augmented Generation, The Seminal Papers (Manning)

Retrieval Augmented Generation, The Seminal Papers explores 12 foundational research papers that explain why RAG works, how it’s built, and what makes it different from other approaches.

Ben Auffarth

Most engineers encounter Retrieval Augmented Generation through tutorials or frameworks. You wire up embeddings, add a vector database, connect it to a model, and you have a working prototype. It works—until it doesn’t. Retrieval misses the right documents. The model ignores context. Latency grows as the system scales.

This book steps back and looks at the research that shaped RAG in the first place.

Ben Auffarth walks through twelve influential papers that define how modern retrieval-augmented systems work. The book follows the progression from early breakthroughs like REALM, RAG, and DPR to more advanced architectures such as FiD and Atlas. Instead of treating RAG as a black-box pattern, it explains the reasoning behind the design choices.

Along the way you’ll see:

  • how dense passage retrieval changed the way models search for knowledge

  • why combining retrieval with generation produces more grounded answers

  • what happens when systems evaluate their own outputs and recover from mistakes

  • the architectural trade-offs between different RAG pipelines

The discussion stays practical. There are more than 40 code examples, diagrams, and case studies showing how these ideas translate into production systems. If you’re building knowledge assistants, search tools, or internal AI platforms, understanding these patterns makes it much easier to diagnose failure modes and improve retrieval quality.


Don’t forget you can get 45% off with your Devtalk discount! Just use the coupon code “devtalk.com” at checkout :+1:

Where Next?

Popular Ai topics Top

ManningBooks
Before deploying an AI model into production, you need to know more than just its accuracy. Will it be fast enough for your users? Will i...
New
ManningBooks
In Build a Reasoning Model (From Scratch), acclaimed ML research engineer Sebastian Raschka takes you inside the black box of reasoning-e...
New
ManningBooks
Based on Ilya Sutskever’s famous “must-read” list of ~30 AI papers, this book walks you through the research that shaped today’s deep lea...
New
ManningBooks
Grokking AI Algorithms, Second Edition introduces the most important AI algorithms using relatable illustrations, interesting examples, a...
New
ManningBooks
The bestselling book on Python deep learning, now covering generative AI, Keras 3, PyTorch, and JAX! François Chollet and Matthew ...
New
ManningBooks
AI Governance: Secure, privacy-preserving, ethical systems presents a structured playbook for safely harnessing the potential of Generati...
New
pragdave
Build a prototype in a weekend or a full product in a month or two. Untangle legacy systems, improve tests and documentation, and tackle ...
New
ManningBooks
Rearchitecting LLMs: Structural techniques for efficient models turns research from the latest AI papers into production-ready practices ...
New
ManningBooks
CUDA for Deep Learning shows you how to work within the CUDA ecosystem, from your first kernel to implementing advanced LLM features like...
New
ManningBooks
Build AI-Enhanced Web Apps guides you through AI development using only JavaScript and other common web dev skills–no Python or Machine L...
New

Other popular topics Top

Devtalk
Reading something? Working on something? Planning something? Changing jobs even!? If you’re up for sharing, please let us know what you’...
1052 22283 402
New
DevotionGeo
I know that these benchmarks might not be the exact picture of real-world scenario, but still I expect a Rust web framework performing a ...
New
AstonJ
Or looking forward to? :nerd_face:
498 13326 269
New
PragmaticBookshelf
Design and develop sophisticated 2D games that are as much fun to make as they are to play. From particle effects and pathfinding to soci...
New
AstonJ
Just done a fresh install of macOS Big Sur and on installing Erlang I am getting: asdf install erlang 23.1.2 Configure failed. checking ...
New
AstonJ
In case anyone else is wondering why Ruby 3 doesn’t show when you do asdf list-all ruby :man_facepalming: do this first: asdf plugin-upd...
New
PragmaticBookshelf
Use WebRTC to build web applications that stream media and data in real time directly from one user to another, all in the browser. ...
New
New
PragmaticBookshelf
Develop, deploy, and debug BEAM applications using BEAMOps: a new paradigm that focuses on scalability, fault tolerance, and owning each ...
New
AstonJ
Curious what kind of results others are getting, I think actually prefer the 7B model to the 32B model, not only is it faster but the qua...
New