Overview
LlamaIndex is a Python OSS framework for ingesting data from documents, APIs, SQL, and other sources and composing indexes, retrievers, query engines, LLMs, embeddings, and vector stores into RAG and agent applications. Its core can be paired with more than 300 integration packages.
Features and best fit
Based on official documentation; not hands-on tested · Content checked:
Ingest and structure private data for LLM use
Data connectors load documents and other sources, which can then be indexed or structured for retrieval and context augmentation.
Sources: [2]
Swap retrievers, query engines, and provider integrations
LLMs, embedding models, vector stores, retrieval, and reranking components can be selected through modular integration packages.
For document-centric RAG, search, and agent applications
LlamaIndex fits applications that retrieve internal documents, PDFs, or database content and pass relevant context to LLMs or agents.
Separate the OSS framework from the LlamaParse product platform
The README says the OSS toolkit remains available while the company's current focus has shifted to LlamaParse, LiteParse, and document parsing/extraction. Decide which cloud services, if any, your architecture should depend on.
Sources: [2]
Official sources
- [1]run-llama/llama_index repository(2026-09-20)
- [2]LlamaIndex README(2026-09-20)
- [3]LlamaIndex MIT license(2026-09-20)
- [4]LlamaIndex OSS documentation(2026-09-20)
Supplemental curator note
LlamaIndex is useful when teams want composable ingestion, indexing, retrieval, and model integrations instead of building a RAG stack from scratch. Its README says the OSS framework remains available while the company's primary focus has shifted toward LlamaParse and document parsing/extraction.
Try it in 3 steps
- 1
Install the LlamaIndex starter package
Install the starter package containing core plus a representative set of integrations.
python -m pip install llama-index - 2
Configure a model provider credential
Follow the README minimal path first, or replace the provider with the integration you intend to use.
export OPENAI_API_KEY="..." - 3
Index documents and query them
Load documents with a reader, build an index, and verify the basic retrieval/query flow.
VectorStoreIndex.from_documents(...) → index.as_query_engine().query(...)
Growth
Growth trends · Last 30 days
52,236 Stars
Trend data is still being collected.
Development activity
Last 90 days · weekly
- Commits (last 30 days)
- 38
- Open PRs
- 584
- Issues opened
- 164
- Issues closed
- 132
- PRs opened
- 819
- PRs merged
- 110
Issues
164 / 132
Pull requests
819 / 110
Maintenance
- Median first response
- 13 min
- Issue response rate
- 9% (9/100)
Based on up to the 100 newest issues opened by external users in the last 90 days. A first comment from an OWNER, MEMBER, or COLLABORATOR counts as a response; issues whose full comment history cannot be checked are excluded. The median and response rate update weekly.
Built with
Categories and tags
Categories
GitHub data
GitHub dataView detailed GitHub data
GitHub Topics
- agents
- application
- data
- fine-tuning
- framework
- llamaindex
- llm
- rag
- vector-database
- multi-agents
- Stars
- 52,236
- Forks
- 8,177
- Watchers
- 287
- Open issues
- 220
- Contributors
- 476
- Primary language
- Python
- License
- MIT
- Repository last updated
- Sep 19, 2026
Related information
Write a related articleShare a guide or use case for this OSS in Markdown. Articles are published after administrator approval.
Explore next
- React250,594 Stars
A JavaScript library for building web and native user interfaces from declarative components.
JavaScript - Visual Studio Code192,699 Stars
The MIT-licensed Code - OSS repository that forms the open foundation of Visual Studio Code.
TypeScript - Flutter179,011 Stars
A BSD-3-Clause cross-platform SDK for building mobile, web, and desktop UIs from a Dart codebase.
Dart - Bootstrap174,857 Stars
A responsive, mobile-first web framework built from CSS and JavaScript grids, utilities, and components.
MDX - LangChain146,686 Stars
A Python framework that connects models, tools, retrieval systems, and other components for LLM applications and agents.
Python
Report incorrect information
Tell us if any listing information is incorrect or outdated.