@llamaindex/cloud
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -536,3 +536,3 @@ import { FileReader, Document } from '@llamaindex/core/schema'; | ||
// Check the job status. If unsuccessful response, checks if maximum timeout has been reached. If reached, throws an error | ||
const result = await ParsingService.getParsingJobDetailsApiV1ParsingJobJobIdDetailsGet({ | ||
const result = await ParsingService.getJobApiV1ParsingJobJobIdGet({ | ||
client: this.#client, | ||
@@ -539,0 +539,0 @@ throwOnError: true, |
{ | ||
"name": "@llamaindex/cloud", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"type": "module", | ||
@@ -49,3 +49,3 @@ "license": "MIT", | ||
"@hey-api/openapi-ts": "^0.53.0", | ||
"@llamaindex/core": "^0.2.1", | ||
"@llamaindex/core": "^0.2.2", | ||
"@llamaindex/env": "^0.1.11", | ||
@@ -55,3 +55,3 @@ "bunchee": "5.3.2" | ||
"peerDependencies": { | ||
"@llamaindex/core": "^0.2.10.2.1", | ||
"@llamaindex/core": "^0.2.20.2.2", | ||
"@llamaindex/env": "^0.1.110.1.11" | ||
@@ -58,0 +58,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2083654