Skip to content
FindOpenSource

LlamaIndex

Data framework for connecting large language models to your own data - documents, databases, APIs - for retrieval-augmented applications.

Overview

LlamaIndex focuses on the data side of LLM applications: ingesting documents and structured data, indexing it for efficient retrieval, and connecting that index to an LLM so it can answer questions grounded in your own data rather than only its training data. It supports a wide range of data connectors and indexing strategies out of the box.

LlamaIndex is a fit for teams building applications where getting an LLM to reason over private or domain-specific data is the core problem, complementing LangChain (also in this catalog) - the two are commonly used together, with LlamaIndex handling data ingestion and retrieval and LangChain handling broader application orchestration.

Categories
AI & Machine Learning
Keywords
ragdata-frameworkllm-frameworkretrieval
Languages
Python
License
MIT

Spotted an error? Suggest an edit on GitHub.