Files
LlamaIndexTS/packages/cloud
github-actions[bot] 045b267d1b Release 0.9.17 (#1823)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: himself65 <14026360+himself65@users.noreply.github.com>
2025-04-08 17:35:55 -07:00
..
2025-04-08 14:15:07 -07:00
2025-04-08 17:35:55 -07:00
2025-04-08 17:35:55 -07:00
2024-06-27 09:58:00 -07:00
2025-03-09 01:45:28 -08:00

@llamaindex/cloud

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.

Usage

import { OpenAPI } from "@llamaindex/cloud/api";
OpenAPI.TOKEN = "YOUR_API_KEY";
OpenAPI.BASE = "https://api.cloud.llamaindex.ai/";
// ...

For more information, see the API documentation.

License

MIT