Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks, Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich Küttler, Mike Lewis, Wen-tau Yih, Tim Rocktäschel, Sebastian Riedel, Douwe Kiela, 2020Advances in Neural Information Processing Systems, Vol. 33DOI: 10.48550/arXiv.2005.11401 - Introduces the concept and initial architecture of Retrieval Augmented Generation.
RAG (Retrieval Augmented Generation) Concepts, LangChain documentation contributors, 2024 (LangChain) - Provides a practical overview of RAG system components within the LangChain framework.
Text Splitters, LangChain, 2024 (LangChain) - Details various strategies and considerations for splitting documents into smaller, semantically coherent chunks for RAG.