A Simple Guide to Retrieval Augmented Generation转发了
I am absolutely chuffed to announce that all chapters of A Simple Guide to Retrieval Augmented Generation have finally been released. The book is a foundational guide for individuals looking to explore Retrieval Augmented Generation. This book is for technology professionals who want to get introduced to the concept of Retrieval Augmented Generation and build LLM-based apps. It will prove to be a handy book for beginners as well as experienced professionals. You'll also get an opportunity to code along in python but the book is intended for non-coders as well. From introducing the technique to building RAG pipelines in production, in 9 chapters the book covers the following - Chapter 1?- Large Language Models and the Need for Retrieval Augmented Generation Chapter 2?- RAG systems and their design Chapter 3?- Indexing Pipeline : Creating a knowledge base for RAG based applications Chapter 4 - Generation Pipeline: Real time interaction for contextual responses Chapter 5 - RAG Evaluation : Checking accuracy, relevance and faithfulness Chapter 6 - Evolving RAGOps Stack : Technologies that make RAG possible Chapter 7 - Progression of RAG systems : Naive to Advanced to Modular Chapter 8 - Rag variants: Multimodal, agentic, graph and other rags Chapter 9 - RAG Development Framework & areas of further exploration If you haven't already, please get your copy here - https://mng.bz/jXJ9 If you like to get hands-on, the GitHub repo of the book is public. You can star/clone/fork it here: https://lnkd.in/gRVSp7mC I'm Abhinav, if you have any questions or observations, please let me know your comments.