Skip to content

LlamaIndex

The data framework for LLM apps. Turn unstructured data into agent-queryable knowledge — document loaders, vector indices, query engines, tools, and multi-agent orchestration.

Data ingestion

Document loaders, chunking, embeddings.

Vector indices

Summary, tree, vector store, list indices.

Query engines

RAG, subquestion, multi-step, router engines.

Agents

ReAct agents, function-calling agents, tool use.

Multi-agent

llama-agents (Python) / workflow orchestration (TypeScript).

Production

Observability, caching, scaling strategies.


DateVersionChanges
2026-05-04Py 0.14.21 / TS 1.1.25TS bumped 1.1.24 → 1.1.25; Python card corrected from 0.14.20 to 0.14.21 (stale reference).
2026-04-21Py 0.14.21 / TS 1.1.24Versions corrected against installed packages; TS minimal example rewritten to real functional API (createWorkflow/workflowEvent).
2026-04-21Py 0.14.20 / TS 1.1.4Parent index redesigned as language selector.
April 2026Py 0.14.20 / TS 1.1.4llama-agents stabilisation; scoped TS packages.