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:
The general usage pattern of LlamaIndex (from data ingestion to data structures, to query interface)
How Each Index Works
Query Interface
Architecture Overview of LlamaIndex (as of 0.6.0)