A Primer to using LlamaIndex

At its core, LlamaIndex contains a toolkit designed to easily connect LLM’s with your external data. The guides below are intended to help you get the most out of LlamaIndex. It gives a high-level overview of the following:

  1. The general usage pattern of LlamaIndex (from data ingestion to data structures, to query interface)

  2. How Each Index Works

  3. Query Interface

  4. Architecture Overview of LlamaIndex (as of 0.6.0)