LlamaIndex is a data framework for LLM applications: load data, build indexes, and query them with retrieval-augmented generation or agentic workflows.
pip install llama-index
Data framework for connecting custom data sources to LLMs — ingestion, indexing, retrieval.
LlamaIndex is a data framework for LLM applications: load data, build indexes, and query them with retrieval-augmented generation or agentic workflows.
pip install llama-index
What teams reach for next — and why each earns a place beside LlamaIndex. Ranked by curator confidence.
Evaluation toolkit for your RAG and agent pipelines — faithfulness, relevance, and more.
Long-term memory layer for AI agents — episodic (graph), profile (SQL) and working memory behind Python/TS SDKs, REST and MCP; ships LangChain, LangGraph, CrewAI and LlamaIndex integrations.
Rust-core document-intelligence engine with 15 language bindings: turns 96 formats — PDF, Office, images, audio, code — into clean text, tables and RAG-ready chunks. Library, CLI, REST or MCP.
All-in-one AI framework around an embeddings database — dense, sparse, graph and relational fused — with pipelines, workflows, agents and MCP/web APIs. Python, bindings for JS/Java/Rust/Go.
Rust-core incremental indexing engine: declare Target = F(Source) in Python and it keeps vector/graph/relational targets fresh forever, reprocessing only the delta — with per-row lineage.
Vectorless, reasoning-based RAG — builds a hierarchical tree index from long documents so an LLM retrieves by relevance instead of similarity. No chunking, no embeddings, no vector DB.