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 (NeurIPS 2020)DOI: 10.48550/arXiv.2005.11401 - Introduces the RAG architecture, showing its effectiveness in combining parametric and non-parametric memory for generative tasks.
Retrieval-Augmented Generation (RAG), LangChain Team, 2024 - Provides a practical tutorial on building RAG-based question answering systems using the LangChain framework and its components.
OpenAI Embeddings, OpenAI, 2024 (OpenAI) - Describes how to use OpenAI's embedding models, which are often employed in RAG pipelines to convert text into vector representations for semantic search.