Overview of RAG Frameworks (e.g., LangChain, LlamaIndex)
Was this section helpful?
Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks, Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Narsimha Chatti, Mike Lewis, Kyunghyun Cho, and Douwe van der Plas, 2020Advances in Neural Information Processing Systems (NeurIPS 2020)DOI: 10.48550/arXiv.2005.11401 - The original paper introducing the Retrieval-Augmented Generation (RAG) framework, offering a foundational understanding of its architecture and benefits.
LangChain Documentation, LangChain, 2024 (LangChain) - Official documentation for the LangChain framework, detailing its modules, integrations, and patterns for building LLM applications like RAG systems.
LlamaIndex Documentation, LlamaIndex, 2024 (LlamaIndex) - Official documentation for the LlamaIndex framework, focusing on connecting LLMs with custom data sources and optimizing RAG processes through advanced indexing and retrieval.