- Home
- Data & Databases
- Llama Index
Rating
Votes
0
score
Downloads
0
total
Price
Free
API key required
Works With
About
ποΈ LlamaIndex π¦
](https://pypi.org/project/llama-index/) [ ](https://github.com/jerryjliu/llama_index/graphs/contributors) [ ](https://x.com/llama_index) [ [](https://www.phorm.ai/query?projectId=c5863b56-6703-4a5d-87b6-7e6031bf16b6)
LlamaIndex OSS (by LlamaIndex) is an open-source framework to build agentic applications. [Parse](https://cloud.llamaindex.ai?utm_medium=li_github&utm_source=github&utm_campaign=2026--) is our enterprise platform for agentic OCR, parsing, extraction, indexing and more. You can use LlamaParse with this framework or on its own; see LlamaParse below for signup and product links.
### π Documentation:
>
- LlamaParse - LlamaIndex OSS - LlamaAgents
Building with LlamaIndex typically involves working with LlamaIndex core and a chosen set of integrations (or plugins). There are two ways to start building with LlamaIndex in Python:
- 1.Starter: `llama-index`. A starter Python package that includes core LlamaIndex as well as a selection of integrations.
- 1.Customized: `llama-index-core`. Install core LlamaIndex and add your chosen LlamaIndex integration packages on LlamaHub
that are required for your application. There are over 300 LlamaIndex integration packages that work seamlessly with core, allowing you to build with your preferred LLM, embedding, and vector store providers.
The LlamaIndex Python library is namespaced such that import statements which include core imply that the core package is being used. In contrast, those statements without core imply that an integration package is being used.
# typical pattern
from llama_index.core.xxx import ClassABC # core submodule xxx
from llama_index.xxx.yyy import (
SubclassABC,
) # integration yyy for submodule xxx
# concrete example
from llama_index.core.llms import LLM
from llama_index.llms.openai import OpenAILlamaParse (document agent platform)
LlamaParse is its own platformβfocused on document agents and agentic OCR. It includes Parse (parsing), LlamaAgents (deployed document agents), Extract (structured extraction), and Index (ingest and RAG). You can use it with the LlamaIndex framework or standalone.
Don't lose this
Three weeks from now, you'll want Llama Index again. Will you remember where to find it?
Save it to your library and the next time you need Llama Index, itβs one tap away β from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.
β‘ Pro tip for geeks: add a-gnt π€΅π»ββοΈ as a custom connector in Claude or a custom GPT in ChatGPT β one click and your library is right there in the chat. Or, if youβre in an editor, install the a-gnt MCP server and say βuse my [bench name]β in Claude Code, Cursor, VS Code, or Windsurf.
a-gnt's Take
Our honest review
LlamaIndex is the leading document agent and OCR platform. Best for anyone looking to make their AI assistant more capable in data & databases. It's completely free and works across most major AI apps. This one just landed in the catalog β worth trying while it's fresh.
Tips for getting started
Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.
Heads up: this needs an API key to work. You'll get one from the service's website (usually free). The setup guide tells you exactly where.
Your data stays between you and your AI β nothing is shared with us or anyone else.
What's New
Imported from GitHub
Ratings & Reviews
0.0
out of 5
0 ratings
No reviews yet. Be the first to share your experience.