--- id: llama-index-indices-managed-llama-cloud version: "0.11.1" license: MIT license_treatment: permissive maintenance: active --- # llama-index-indices-managed-llama-cloud — llama-index indices llama-cloud integration License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install llama-index-indices-managed-llama-cloud uv add llama-index-indices-managed-llama-cloud poetry add llama-index-indices-managed-llama-cloud ## Description # LlamaCloud Index + Retriever **NOTE:** This package has been deprecated and is no longer maintained. Please use the [llama-cloud package](https://github.com/run-llama/llama-cloud-py) instead. 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. Currently, LlamaCloud supports - Managed Ingestion API, handling parsing and document management - Managed Retrieval API, configuring optimal retrieval for your RAG system ## Access We are opening up a private beta to a limited set of enterprise partners for the managed ingestion and retrieval API. If you’re interested in centralizing your data pipelines and spending more time working on your actual RAG use cases, come [talk to us.](https://www.llamaindex.ai/contact) If you have access to LlamaCloud, you can visit [LlamaCloud](https://cloud.llamaindex.ai) to sign in and get an API key. ## Setup First, make sure you have the latest LlamaIndex version installed. ``` pip uninstall llama-index # run this if upgrading from v0.9.x or older pip install -U llama-index --upgrade --no-cache-dir... [View on SkillFed](https://skillfed.io/packages/llama-index-indices-managed-llama-cloud) · [View on PyPI](https://pypi.org/project/llama-index-indices-managed-llama-cloud/)