File tree Expand file tree Collapse file tree 6 files changed +37
-0
lines changed
Expand file tree Collapse file tree 6 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @llamaindex/cloud " : minor
3+ ---
4+
5+ Add deprecation warning
Original file line number Diff line number Diff line change 1+ ---
2+ " llamaindex " : patch
3+ ---
4+
5+ Moved LlamaCloudFileService, LlamaCloudIndex and LlamaCloudRetriever to llama-cloud-services
Original file line number Diff line number Diff line change 1+ // Deprecation warning
2+ console . warn ( `
3+ The package @llamaindex/cloud has been deprecated since version 4.1.0
4+ * Please migrate to llama-cloud-services.
5+ * See the documentation: https://docs.cloud.llamaindex.ai
6+ ` ) ;
7+
18import { client } from "./client/client.gen" ;
29
310client . setConfig ( {
Original file line number Diff line number Diff line change 1+ // Deprecation warning
2+ console . warn ( `
3+ The package @llamaindex/cloud has been deprecated since version 4.1.0
4+ * Please migrate to llama-cloud-services.
5+ * See the documentation: https://docs.cloud.llamaindex.ai
6+ ` ) ;
7+
18export { AgentClient , createAgentDataClient } from "./client" ;
29
310export type {
Original file line number Diff line number Diff line change 1+ // Deprecation warning
2+ console . warn ( `
3+ The package @llamaindex/cloud has been deprecated since version 4.1.0
4+ * Please migrate to llama-cloud-services.
5+ * See the documentation: https://docs.cloud.llamaindex.ai
6+ ` ) ;
7+
18import { createClient , createConfig } from "@hey-api/client-fetch" ;
29import { createWorkflow , type InferWorkflowEventData } from "@llama-flow/core" ;
310import { createStatefulMiddleware } from "@llama-flow/core/middleware/state" ;
Original file line number Diff line number Diff line change 1+ console . warn ( `
2+ The classes LlamaCloudFileService, LlamaCloudIndex and LlamaCloudRetriever have been moved to the package llama-cloud-services.
3+ * Please migrate your imports to llama-cloud-services, e.g. import { LlamaCloudIndex } from "llama-cloud-services";
4+ * See the documentation: https://docs.cloud.llamaindex.ai
5+ ` ) ;
6+
17export { LLamaCloudFileService } from "./LLamaCloudFileService.js" ;
28export { LlamaCloudIndex } from "./LlamaCloudIndex.js" ;
39export {
You can’t perform that action at this time.
0 commit comments