Skip to content

Managed Index

LlamaCloud is a new generation of managed parsing, ingestion, and retrieval services, designed to bring production-grade context-augmentation to your LLM and RAG applications.

LlamaCloud supports

  • Managed Ingestion API, handling parsing and document management
  • Managed Retrieval API, configuring optimal retrieval for your RAG system

Visit LlamaCloud to sign in and get an API key.

Here’s an example of how to create a managed index by ingesting a couple of documents:

../../examples/cloud/chat.ts

Here’s an example of how to use a managed index together with a chat engine:

../../examples/cloud/from-documents.ts