LlamaIndex Documentation: Core Concepts - Data Concepts, LlamaIndex Team, 2024 - Official documentation explaining the foundational data structures-Nodes and Indexes-within the LlamaIndex framework for managing and retrieving external data.
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 33 (NeurIPS 2020)DOI: 10.48550/arXiv.2005.11401 - The seminal paper introducing Retrieval-Augmented Generation (RAG), a key technique that allows language models to combine parametric memory with non-parametric memory, forming the basis for using external indexes for LLM context.
LlamaIndex Documentation: Core Concepts - Vector Stores, LlamaIndex Team, 2024 - Official documentation detailing the integration of LlamaIndex with various vector databases, which are essential for implementing Vector Store Indexes and enabling semantic search.