Files
LlamaIndexTS/packages/cloud
github-actions[bot] b8f0cbc4e0 Release 0.8.25 (#1536)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcusschiesser <marcusschiesser@users.noreply.github.com>
2024-12-02 03:02:36 -08:00
..
2024-11-06 10:16:18 -08:00
2024-12-02 03:02:36 -08:00
2024-12-02 03:02:36 -08: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