-
Notifications
You must be signed in to change notification settings - Fork 506
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I'm following this docs
https://docs.cloud.llamaindex.ai/llamacloud/guides/api_sdk
When i try to test the app i get this issue
The requested module '@llamaindex/cloud' does not provide an export named 'LlamaCloudApiClient'
To Reproduce
Code to reproduce the behavior:
import { LlamaCloudApiClient } from "@llamaindex/cloud";
const client = new LlamaCloudApiClient({
token: process.env.LLAMA_CLOUD_API_KEY,
});Screenshots
- OS: [e.g. macOS, Linux]
- JS Runtime / Framework / Bundler (select all applicable)
- Node.js
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working