Parse files for optimal RAG
This repository contains the code for hand-written SDKs and clients for interacting with LlamaCloud.
This includes:
Install the package:
pip install llama-cloud-services
Then, get your API key from LlamaCloud.
Then, you can use the services in your code:
from llama_cloud_services import LlamaParse, LlamaReport
parser = LlamaParse(api_key="YOUR_API_KEY")
report = LlamaReport(api_key="YOUR_API_KEY")
See the quickstart guides for each service for more information:
You can see complete SDK and API documentation for each service on our official docs.
See the Terms of Service Here.
You can get in touch with us by following our contact link.