Files
LlamaIndexTS/packages/cloud
github-actions[bot] 9c1c5b4d50 Release 0.9.2 (#1673)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-21 10:57:11 +07:00
..
2025-02-21 10:57:11 +07:00
2025-02-21 10:57:11 +07:00
2024-06-27 09:58:00 -07:00
2024-09-25 04:47:01 -07: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