|
8 | 8 | [](https://www.reddit.com/r/LlamaIndex/) |
9 | 9 | [](https://www.phorm.ai/query?projectId=c5863b56-6703-4a5d-87b6-7e6031bf16b6) |
10 | 10 |
|
11 | | -LlamaIndex OSS (by [LlamaIndex](https://llamaindex.ai)) is an open-source framework to build agentic applications. **[LlamaCloud](https://cloud.llamaindex.ai)** is a separate platform for agentic OCR, parsing, extraction, indexing and more. You can use LlamaCloud with this framework or on its own; see [LlamaCloud](#llamacloud-document-agent-platform) below for signup and product links. |
| 11 | +LlamaIndex OSS (by [LlamaIndex](https://llamaindex.ai)) is an open-source framework to build agentic applications. **[Parse](https://cloud.llamaindex.ai)** 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](#llamacloud-document-agent-platform) below for signup and product links. |
12 | 12 |
|
13 | 13 | > ### 📚 **Documentation:** |
14 | 14 | > |
@@ -42,14 +42,16 @@ from llama_index.core.llms import LLM |
42 | 42 | from llama_index.llms.openai import OpenAI |
43 | 43 | ``` |
44 | 44 |
|
45 | | -### LlamaCloud (document agent platform) |
| 45 | +### LlamaParse (document agent platform) |
46 | 46 |
|
47 | | -**LlamaCloud** is its own platform—focused on document agents and agentic OCR. It includes **LlamaParse** (parsing), **LlamaAgents** (deployed document agents),**LlamaExtract** (structured extraction), and **LlamaCloud Index** (ingest and RAG). You can use it with the LlamaIndex framework or standalone. |
| 47 | +**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. |
48 | 48 |
|
49 | | -- **[Sign up for LlamaCloud](https://cloud.llamaindex.ai/login)** — Create an account and get your API key. |
50 | | -- **LlamaParse** — Agentic OCR and document parsing (130+ formats). [Docs](https://developers.llamaindex.ai/python/cloud/llamaparse/) · [Parse in the cloud](https://cloud.llamaindex.ai/parse) |
51 | | -- **LlamaExtract** — Structured data extraction from documents. [Docs](https://developers.llamaindex.ai/python/cloud/llamaextract/) |
52 | | -- **LlamaCloud (Index)** — Ingest, index, and RAG pipelines. [Docs](https://developers.llamaindex.ai/python/cloud/llamacloud/) · [Web UI](https://cloud.llamaindex.ai/) |
| 49 | +- **[Sign up for LlamaParse](https://cloud.llamaindex.ai/login)** — Create an account and get your API key. |
| 50 | +- **Parse** — Agentic OCR and document parsing (130+ formats). [Docs](https://developers.llamaindex.ai/python/cloud/llamaparse/) · [Parse in the cloud](https://cloud.llamaindex.ai/parse) |
| 51 | +- **Extract** — Structured data extraction from documents. [Docs](https://developers.llamaindex.ai/python/cloud/llamaextract/) |
| 52 | +- **Index** — Ingest, index, and RAG pipelines. [Docs](https://developers.llamaindex.ai/python/cloud/llamacloud/) · [Web UI](https://cloud.llamaindex.ai/) |
| 53 | +- **Split** - Split large documents into subcategories. [Docs](https://developers.llamaindex.ai/python/cloud/split/getting_started/) |
| 54 | +- **Agents** - Builde end-to-end document agents with `Workflows` and Agent Builder. [Docs](https://developers.llamaindex.ai/python/llamaagents/overview/) |
53 | 55 |
|
54 | 56 | ### Important Links |
55 | 57 |
|
|
0 commit comments