#5 · Primary category: LLM Application Frameworks
llama_index
LlamaIndex is the leading document agent and OCR platform
Project last updated:08/29/26
GitHub Stars
51.9K
Forks
8.1K
Contributors
2.0K
License
MIT
Why we included this project
LlamaIndex is a Python framework for wiring your own data into a large language model. It handles the unglamorous plumbing that usually eats up weeks of engineering time: pulling documents from dozens of sources, chunking and indexing them, and setting up retrieval so a model answers from your content instead of guessing. Beyond that core RAG flow, it ships an agent toolkit for multi-step workflows where a model calls tools, queries data sources, and coordinates sub-agents. The ecosystem of integration packages is large, which matters if you want to keep control of your stack rather than hand it to a hosted service. Document Q&A, knowledge assistants, and agents that act on your data are the obvious use cases, and this is one of the more mature frameworks for them.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
pathway
Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG.