Compare commits

..

8 Commits

Author SHA1 Message Date
thucpn 038d015601 fix: doc strategy rollback 2025-01-06 16:29:35 +07:00
thucpn 2340f47c80 fix: lint 2025-01-06 14:57:10 +07:00
thucpn 6381ae9442 changeset 2025-01-06 14:55:54 +07:00
thucpn 4ed915ff29 catch when init from document 2025-01-06 14:55:23 +07:00
Thuc Pham 74b336f05f Create proud-zoos-compare.md 2025-01-06 11:35:32 +07:00
thucpn f3fdf6a177 clean doc store when inserting nodes 2025-01-06 11:32:50 +07:00
Marcus Schiesser c5bf2630c0 check at insertNodes 2025-01-06 09:20:09 +07:00
thucpn 5ee5c98bcc fix: clean up docstore when generating embedding fail 2025-01-03 18:34:59 +07:00
71 changed files with 305 additions and 5053 deletions
+7
View File
@@ -0,0 +1,7 @@
---
"@llamaindex/anthropic": patch
"llamaindex": patch
"@llamaindex/core": patch
---
added support for tool calls with results in message history for athropic agent
+5
View File
@@ -0,0 +1,5 @@
---
"llamaindex": patch
---
fix: clean up docstore when generating embedding fail
-15
View File
@@ -1,20 +1,5 @@
# @llamaindex/doc
## 0.0.35
### Patch Changes
- Updated dependencies [5dec9f9]
- Updated dependencies [fd9c829]
- Updated dependencies [d211b7a]
- Updated dependencies [0ebbfc1]
- @llamaindex/cloud@2.0.21
- llamaindex@0.8.31
- @llamaindex/core@0.4.20
- @llamaindex/node-parser@0.0.21
- @llamaindex/openai@0.1.45
- @llamaindex/readers@1.0.22
## 0.0.34
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/doc",
"version": "0.0.35",
"version": "0.0.34",
"private": true,
"scripts": {
"build": "pnpm run build:docs && next build",
@@ -1,13 +1,5 @@
# @llamaindex/cloudflare-worker-agent-test
## 0.0.127
### Patch Changes
- Updated dependencies [d211b7a]
- Updated dependencies [0ebbfc1]
- llamaindex@0.8.31
## 0.0.126
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/cloudflare-worker-agent-test",
"version": "0.0.127",
"version": "0.0.126",
"type": "module",
"private": true,
"scripts": {
@@ -1,13 +1,5 @@
# @llamaindex/llama-parse-browser-test
## 0.0.41
### Patch Changes
- Updated dependencies [5dec9f9]
- Updated dependencies [fd9c829]
- @llamaindex/cloud@2.0.21
## 0.0.40
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/llama-parse-browser-test",
"private": true,
"version": "0.0.41",
"version": "0.0.40",
"type": "module",
"scripts": {
"dev": "vite",
-8
View File
@@ -1,13 +1,5 @@
# @llamaindex/next-agent-test
## 0.1.127
### Patch Changes
- Updated dependencies [d211b7a]
- Updated dependencies [0ebbfc1]
- llamaindex@0.8.31
## 0.1.126
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/next-agent-test",
"version": "0.1.127",
"version": "0.1.126",
"private": true,
"scripts": {
"dev": "next dev",
@@ -1,13 +1,5 @@
# test-edge-runtime
## 0.1.126
### Patch Changes
- Updated dependencies [d211b7a]
- Updated dependencies [0ebbfc1]
- llamaindex@0.8.31
## 0.1.125
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/nextjs-edge-runtime-test",
"version": "0.1.126",
"version": "0.1.125",
"private": true,
"scripts": {
"dev": "next dev",
@@ -1,13 +1,5 @@
# @llamaindex/next-node-runtime
## 0.0.108
### Patch Changes
- Updated dependencies [d211b7a]
- Updated dependencies [0ebbfc1]
- llamaindex@0.8.31
## 0.0.107
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/next-node-runtime-test",
"version": "0.0.108",
"version": "0.0.107",
"private": true,
"scripts": {
"dev": "next dev",
@@ -1,13 +1,5 @@
# @llamaindex/waku-query-engine-test
## 0.0.127
### Patch Changes
- Updated dependencies [d211b7a]
- Updated dependencies [0ebbfc1]
- llamaindex@0.8.31
## 0.0.126
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/waku-query-engine-test",
"version": "0.0.127",
"version": "0.0.126",
"type": "module",
"private": true,
"scripts": {
-11
View File
@@ -1,16 +1,5 @@
# examples
## 0.0.22
### Patch Changes
- Updated dependencies [d211b7a]
- Updated dependencies [0ebbfc1]
- llamaindex@0.8.31
- @llamaindex/core@0.4.20
- @llamaindex/vercel@0.0.7
- @llamaindex/readers@1.0.22
## 0.0.21
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/examples",
"private": true,
"version": "0.0.22",
"version": "0.0.21",
"dependencies": {
"@ai-sdk/openai": "^1.0.5",
"@aws-crypto/sha256-js": "^5.2.0",
@@ -9,9 +9,9 @@
"@azure/identity": "^4.4.1",
"@azure/search-documents": "^12.1.0",
"@datastax/astra-db-ts": "^1.4.1",
"@llamaindex/core": "^0.4.20",
"@llamaindex/readers": "^1.0.22",
"@llamaindex/vercel": "^0.0.7",
"@llamaindex/core": "^0.4.19",
"@llamaindex/readers": "^1.0.21",
"@llamaindex/vercel": "^0.0.6",
"@llamaindex/workflow": "^0.0.8",
"@notionhq/client": "^2.2.15",
"@pinecone-database/pinecone": "^4.0.0",
@@ -22,7 +22,7 @@
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"js-tiktoken": "^1.0.14",
"llamaindex": "^0.8.31",
"llamaindex": "^0.8.28",
"mongodb": "^6.7.0",
"pathe": "^1.1.2",
"postgres": "^3.4.4"
-8
View File
@@ -1,13 +1,5 @@
# @llamaindex/autotool
## 5.0.31
### Patch Changes
- Updated dependencies [d211b7a]
- Updated dependencies [0ebbfc1]
- llamaindex@0.8.31
## 5.0.30
### Patch Changes
@@ -1,14 +1,5 @@
# @llamaindex/autotool-01-node-example
## 0.0.74
### Patch Changes
- Updated dependencies [d211b7a]
- Updated dependencies [0ebbfc1]
- llamaindex@0.8.31
- @llamaindex/autotool@5.0.31
## 0.0.73
### Patch Changes
@@ -13,5 +13,5 @@
"scripts": {
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
},
"version": "0.0.74"
"version": "0.0.73"
}
@@ -1,14 +1,5 @@
# @llamaindex/autotool-02-next-example
## 0.1.118
### Patch Changes
- Updated dependencies [d211b7a]
- Updated dependencies [0ebbfc1]
- llamaindex@0.8.31
- @llamaindex/autotool@5.0.31
## 0.1.117
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/autotool-02-next-example",
"private": true,
"version": "0.1.118",
"version": "0.1.117",
"scripts": {
"dev": "next dev",
"build": "next build",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/autotool",
"type": "module",
"version": "5.0.31",
"version": "5.0.30",
"description": "auto transpile your JS function to LLM Agent compatible",
"files": [
"dist",
-9
View File
@@ -1,14 +1,5 @@
# @llamaindex/cloud
## 2.0.21
### Patch Changes
- 5dec9f9: chore: bump sdk deps version
- fd9c829: chore: bump llamacloud openapi
- Updated dependencies [d211b7a]
- @llamaindex/core@0.4.20
## 2.0.20
### Patch Changes
+3 -9
View File
@@ -10,13 +10,7 @@ export default defineConfig({
format: "prettier",
lint: "eslint",
},
plugins: [
"@hey-api/schemas",
"@hey-api/sdk",
{
enums: "javascript",
identifierCase: "preserve",
name: "@hey-api/typescript",
},
],
types: {
enums: "javascript",
},
});
+190 -4694
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/cloud",
"version": "2.0.21",
"version": "2.0.20",
"type": "module",
"license": "MIT",
"scripts": {
@@ -50,8 +50,8 @@
"directory": "packages/cloud"
},
"devDependencies": {
"@hey-api/client-fetch": "^0.6.0",
"@hey-api/openapi-ts": "^0.61.0",
"@hey-api/client-fetch": "^0.4.4",
"@hey-api/openapi-ts": "^0.56.0",
"@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*",
"bunchee": "6.2.0"
-2
View File
@@ -118,7 +118,6 @@ export class LlamaParseReader extends FileReader {
structured_output?: boolean | undefined;
structured_output_json_schema?: string | undefined;
structured_output_json_schema_name?: string | undefined;
extract_layout?: boolean | undefined;
// numWorkers is implemented in SimpleDirectoryReader
stdout?: WriteStream | undefined;
@@ -249,7 +248,6 @@ export class LlamaParseReader extends FileReader {
structured_output_json_schema: this.structured_output_json_schema,
structured_output_json_schema_name:
this.structured_output_json_schema_name,
extract_layout: this.extract_layout,
} satisfies {
[Key in keyof Body_upload_file_api_v1_parsing_upload_post]-?:
| Body_upload_file_api_v1_parsing_upload_post[Key]
-7
View File
@@ -1,12 +1,5 @@
# @llamaindex/community
## 0.0.78
### Patch Changes
- Updated dependencies [d211b7a]
- @llamaindex/core@0.4.20
## 0.0.77
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/community",
"description": "Community package for LlamaIndexTS",
"version": "0.0.78",
"version": "0.0.77",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
-6
View File
@@ -1,11 +1,5 @@
# @llamaindex/core
## 0.4.20
### Patch Changes
- d211b7a: added support for tool calls with results in message history for athropic agent
## 0.4.19
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/core",
"type": "module",
"version": "0.4.20",
"version": "0.4.19",
"description": "LlamaIndex Core Module",
"exports": {
"./agent": {
-8
View File
@@ -1,13 +1,5 @@
# @llamaindex/experimental
## 0.0.143
### Patch Changes
- Updated dependencies [d211b7a]
- Updated dependencies [0ebbfc1]
- llamaindex@0.8.31
## 0.0.142
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/experimental",
"description": "Experimental package for LlamaIndexTS",
"version": "0.0.143",
"version": "0.0.142",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
-24
View File
@@ -1,29 +1,5 @@
# llamaindex
## 0.8.31
### Patch Changes
- d211b7a: added support for tool calls with results in message history for athropic agent
- 0ebbfc1: fix: clean up docstore when generating embedding fail
- Updated dependencies [5dec9f9]
- Updated dependencies [fd9c829]
- Updated dependencies [d211b7a]
- @llamaindex/cloud@2.0.21
- @llamaindex/anthropic@0.0.29
- @llamaindex/core@0.4.20
- @llamaindex/node-parser@0.0.21
- @llamaindex/clip@0.0.29
- @llamaindex/deepinfra@0.0.29
- @llamaindex/huggingface@0.0.29
- @llamaindex/ollama@0.0.36
- @llamaindex/openai@0.1.45
- @llamaindex/portkey-ai@0.0.29
- @llamaindex/replicate@0.0.29
- @llamaindex/readers@1.0.22
- @llamaindex/groq@0.0.44
- @llamaindex/vllm@0.0.15
## 0.8.30
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "llamaindex",
"version": "0.8.31",
"version": "0.8.30",
"license": "MIT",
"type": "module",
"keywords": [
@@ -240,7 +240,7 @@ export class VectorStoreIndex extends BaseIndex<IndexDict> {
try {
return await this.init(args);
} catch (error) {
await docStoreStrategy.rollback(args.storageContext.docStore, args.nodes);
await docStoreStrategy.rollback(args.nodes);
throw error;
}
}
@@ -28,4 +28,12 @@ export class DuplicatesStrategy extends RollbackableTransformComponent {
});
this.docStore = docStore;
}
public async rollback(addedNodes: BaseNode[]) {
// Remove the docs that were added
for (const node of addedNodes) {
await this.docStore.deleteDocument(node.id_, false);
}
this.docStore.persist();
}
}
@@ -46,4 +46,17 @@ export class UpsertsAndDeleteStrategy extends RollbackableTransformComponent {
this.docStore = docStore;
this.vectorStores = vectorStores;
}
public async rollback(addedNodes: BaseNode[]) {
// TODO: Re-add unused docs has been cleaned up
// TODO: Re-add missing docs has been cleaned up
// Remove the docs that were added
for (const node of addedNodes) {
await this.docStore.deleteRefDoc(node.id_, false);
}
this.docStore.persist();
}
}
@@ -30,4 +30,15 @@ export class UpsertsStrategy extends RollbackableTransformComponent {
this.docStore = docStore;
this.vectorStores = vectorStores;
}
public async rollback(addedNodes: BaseNode[]) {
// TODO: Re-add unused docs has been cleaned up
// Remove the docs that were added
for (const node of addedNodes) {
await this.docStore.deleteRefDoc(node.id_, false);
}
this.docStore.persist();
}
}
@@ -1,19 +1,7 @@
import { BaseNode, TransformComponent } from "@llamaindex/core/schema";
import type { BaseDocumentStore } from "../../index.edge.js";
import { classify } from "./classify.js";
import { TransformComponent, type BaseNode } from "@llamaindex/core/schema";
export class RollbackableTransformComponent extends TransformComponent {
// Remove unused docs from the doc store. It is useful in case
// generating embeddings fails and we want to remove the unused docs
// TODO: override this in UpsertsStrategy if we want to revert removed docs also
public async rollback(
docStore: BaseDocumentStore,
nodes: BaseNode[],
): Promise<void> {
const { unusedDocs } = await classify(docStore, nodes);
for (const docId of unusedDocs) {
await docStore.deleteDocument(docId, false);
}
docStore.persist();
public async rollback(nodes: BaseNode[]): Promise<void> {
return Promise.resolve();
}
}
-7
View File
@@ -1,12 +1,5 @@
# @llamaindex/node-parser
## 0.0.21
### Patch Changes
- Updated dependencies [d211b7a]
- @llamaindex/core@0.4.20
## 0.0.20
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/node-parser",
"version": "0.0.21",
"version": "0.0.20",
"description": "Node parser for LlamaIndex",
"type": "module",
"exports": {
@@ -1,13 +1,5 @@
# @llamaindex/anthropic
## 0.0.29
### Patch Changes
- d211b7a: added support for tool calls with results in message history for athropic agent
- Updated dependencies [d211b7a]
- @llamaindex/core@0.4.20
## 0.0.28
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/anthropic",
"description": "Anthropic Adapter for LlamaIndex",
"version": "0.0.29",
"version": "0.0.28",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
-8
View File
@@ -1,13 +1,5 @@
# @llamaindex/clip
## 0.0.29
### Patch Changes
- Updated dependencies [d211b7a]
- @llamaindex/core@0.4.20
- @llamaindex/openai@0.1.45
## 0.0.28
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/clip",
"description": "Clip Embedding Adapter for LlamaIndex",
"version": "0.0.29",
"version": "0.0.28",
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
@@ -1,13 +1,5 @@
# @llamaindex/deepinfra
## 0.0.29
### Patch Changes
- Updated dependencies [d211b7a]
- @llamaindex/core@0.4.20
- @llamaindex/openai@0.1.45
## 0.0.28
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/deepinfra",
"description": "Deepinfra Adapter for LlamaIndex",
"version": "0.0.29",
"version": "0.0.28",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
-6
View File
@@ -1,11 +1,5 @@
# @llamaindex/groq
## 0.0.44
### Patch Changes
- @llamaindex/openai@0.1.45
## 0.0.43
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/groq",
"description": "Groq Adapter for LlamaIndex",
"version": "0.0.44",
"version": "0.0.43",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,13 +1,5 @@
# @llamaindex/huggingface
## 0.0.29
### Patch Changes
- Updated dependencies [d211b7a]
- @llamaindex/core@0.4.20
- @llamaindex/openai@0.1.45
## 0.0.28
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/huggingface",
"description": "Huggingface Adapter for LlamaIndex",
"version": "0.0.29",
"version": "0.0.28",
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
-7
View File
@@ -1,12 +1,5 @@
# @llamaindex/ollama
## 0.0.36
### Patch Changes
- Updated dependencies [d211b7a]
- @llamaindex/core@0.4.20
## 0.0.35
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/ollama",
"description": "Ollama Adapter for LlamaIndex",
"version": "0.0.36",
"version": "0.0.35",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
-7
View File
@@ -1,12 +1,5 @@
# @llamaindex/openai
## 0.1.45
### Patch Changes
- Updated dependencies [d211b7a]
- @llamaindex/core@0.4.20
## 0.1.44
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/openai",
"description": "OpenAI Adapter for LlamaIndex",
"version": "0.1.45",
"version": "0.1.44",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,12 +1,5 @@
# @llamaindex/portkey-ai
## 0.0.29
### Patch Changes
- Updated dependencies [d211b7a]
- @llamaindex/core@0.4.20
## 0.0.28
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/portkey-ai",
"description": "Portkey Adapter for LlamaIndex",
"version": "0.0.29",
"version": "0.0.28",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,12 +1,5 @@
# @llamaindex/replicate
## 0.0.29
### Patch Changes
- Updated dependencies [d211b7a]
- @llamaindex/core@0.4.20
## 0.0.28
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/replicate",
"description": "Replicate Adapter for LlamaIndex",
"version": "0.0.29",
"version": "0.0.28",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
-7
View File
@@ -1,12 +1,5 @@
# @llamaindex/vercel
## 0.0.7
### Patch Changes
- Updated dependencies [d211b7a]
- @llamaindex/core@0.4.20
## 0.0.6
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/vercel",
"description": "Vercel Adapter for LlamaIndex",
"version": "0.0.7",
"version": "0.0.6",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
-6
View File
@@ -1,11 +1,5 @@
# @llamaindex/vllm
## 0.0.15
### Patch Changes
- @llamaindex/openai@0.1.45
## 0.0.14
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/vllm",
"description": "vLLM Adapter for LlamaIndex",
"version": "0.0.15",
"version": "0.0.14",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
-7
View File
@@ -1,12 +1,5 @@
# @llamaindex/readers
## 1.0.22
### Patch Changes
- Updated dependencies [d211b7a]
- @llamaindex/core@0.4.20
## 1.0.21
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/readers",
"description": "LlamaIndex Readers",
"version": "1.0.22",
"version": "1.0.21",
"type": "module",
"exports": {
"./node/hook": "./node/dist/hook.js",
+28 -34
View File
@@ -554,13 +554,13 @@ importers:
specifier: ^1.4.1
version: 1.4.1
'@llamaindex/core':
specifier: ^0.4.20
specifier: ^0.4.19
version: link:../packages/core
'@llamaindex/readers':
specifier: ^1.0.22
specifier: ^1.0.21
version: link:../packages/readers
'@llamaindex/vercel':
specifier: ^0.0.7
specifier: ^0.0.6
version: link:../packages/providers/vercel
'@llamaindex/workflow':
specifier: ^0.0.8
@@ -593,7 +593,7 @@ importers:
specifier: ^1.0.14
version: 1.0.14
llamaindex:
specifier: ^0.8.31
specifier: ^0.8.28
version: link:../packages/llamaindex
mongodb:
specifier: ^6.7.0
@@ -782,11 +782,11 @@ importers:
packages/cloud:
devDependencies:
'@hey-api/client-fetch':
specifier: ^0.6.0
version: 0.6.0
specifier: ^0.4.4
version: 0.4.4
'@hey-api/openapi-ts':
specifier: ^0.61.0
version: 0.61.0(typescript@5.7.2)
specifier: ^0.56.0
version: 0.56.0(typescript@5.7.2)
'@llamaindex/core':
specifier: workspace:*
version: link:../core
@@ -1635,6 +1635,10 @@ packages:
'@anthropic-ai/sdk@0.32.1':
resolution: {integrity: sha512-U9JwTrDvdQ9iWuABVsMLj8nJVwAyQz6QXvgLsVhryhCEPkLsbcP/MXxm+jYcAwLoV8ESbaTTjnD4kuAFa+Hyjg==}
'@apidevtools/json-schema-ref-parser@11.7.2':
resolution: {integrity: sha512-4gY54eEGEstClvEkGnwVkTkrx0sqwemEFG5OSRRn3tD91XH0+Q8XIkYIfo7IwEWPpJZwILb9GUXeShtplRc/eA==}
engines: {node: '>= 16'}
'@apidevtools/json-schema-ref-parser@11.7.3':
resolution: {integrity: sha512-WApSdLdXEBb/1FUPca2lteASewEfpjEYJ8oXZP+0gExK5qSfsEKBKcA+WjY6Q4wvXwyv0+W6Kvc372pSceib9w==}
engines: {node: '>= 16'}
@@ -2984,15 +2988,11 @@ packages:
engines: {node: '>=6'}
hasBin: true
'@hey-api/client-fetch@0.6.0':
resolution: {integrity: sha512-FlhFsVeH8RxJe/nq8xUzxNbiOpe+GadxlD2pfvDyOyLdCTU4o/LRv46ZVWstaW7DgF4nxhI328chy3+AulwVXw==}
'@hey-api/client-fetch@0.4.4':
resolution: {integrity: sha512-ebh1JjUdMAqes/Rg8OvbjDqGWGNhgHgmPtHlkIOUtj3y2mUXqX2g9sVoI/rSKW/FdADPng/90k5AL7bwT8W2lA==}
'@hey-api/json-schema-ref-parser@1.0.1':
resolution: {integrity: sha512-dBt0A7op9kf4BcK++x6HBYDmvCvnJUZEGe5QytghPFHnMXPyKwDKomwL/v5e9ERk6E0e1GzL/e/y6pWUso9zrQ==}
engines: {node: '>= 16'}
'@hey-api/openapi-ts@0.61.0':
resolution: {integrity: sha512-gl1lcQFmuaMmtQuY3yn9rd/dUD9wdMW59PIv4J2g2AV9+hIKhWHn1QIdYYmQDio7eCPLvtVmj79EEu21Tu9Ahw==}
'@hey-api/openapi-ts@0.56.0':
resolution: {integrity: sha512-bwqfuqJVNRVsbyC+jlAY2geJOWVQZWpVKS9z9sFeuTeRMJ5C8m+WzucMP0hurqYy67I90GaRyFSepvL1+miSXg==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@@ -6070,10 +6070,6 @@ packages:
resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==}
engines: {node: '>=18'}
commander@13.0.0:
resolution: {integrity: sha512-oPYleIY8wmTVzkvQq10AEok6YcTC4sRUBl8F9gVuwchGVUCTbl/vhLTaQqutuuySYOsu8YTgV+OxKc/8Yvx+mQ==}
engines: {node: '>=18'}
commander@2.20.3:
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
@@ -11975,6 +11971,12 @@ snapshots:
transitivePeerDependencies:
- encoding
'@apidevtools/json-schema-ref-parser@11.7.2':
dependencies:
'@jsdevtools/ono': 7.1.3
'@types/json-schema': 7.0.15
js-yaml: 4.1.0
'@apidevtools/json-schema-ref-parser@11.7.3':
dependencies:
'@jsdevtools/ono': 7.1.3
@@ -14228,19 +14230,13 @@ snapshots:
protobufjs: 7.4.0
yargs: 17.7.2
'@hey-api/client-fetch@0.6.0': {}
'@hey-api/client-fetch@0.4.4': {}
'@hey-api/json-schema-ref-parser@1.0.1':
'@hey-api/openapi-ts@0.56.0(typescript@5.7.2)':
dependencies:
'@jsdevtools/ono': 7.1.3
'@types/json-schema': 7.0.15
js-yaml: 4.1.0
'@hey-api/openapi-ts@0.61.0(typescript@5.7.2)':
dependencies:
'@hey-api/json-schema-ref-parser': 1.0.1
'@apidevtools/json-schema-ref-parser': 11.7.2
c12: 2.0.1
commander: 13.0.0
commander: 12.1.0
handlebars: 4.7.8
typescript: 5.7.2
transitivePeerDependencies:
@@ -17652,8 +17648,6 @@ snapshots:
commander@12.1.0: {}
commander@13.0.0: {}
commander@2.20.3: {}
commander@4.1.1: {}
@@ -18209,7 +18203,7 @@ snapshots:
esast-util-from-js@2.0.1:
dependencies:
'@types/estree-jsx': 1.0.5
acorn: 8.14.0
acorn: 8.10.0
esast-util-from-estree: 2.0.0
vfile-message: 4.0.2
@@ -21302,7 +21296,7 @@ snapshots:
miniflare@3.20241106.1(bufferutil@4.0.8):
dependencies:
'@cspotcode/source-map-support': 0.8.1
acorn: 8.14.0
acorn: 8.10.0
acorn-walk: 8.2.0
capnp-ts: 0.7.0
exit-hook: 2.2.1
-15
View File
@@ -1,20 +1,5 @@
# @llamaindex/unit-test
## 0.0.41
### Patch Changes
- Updated dependencies [5dec9f9]
- Updated dependencies [fd9c829]
- Updated dependencies [d211b7a]
- Updated dependencies [0ebbfc1]
- @llamaindex/cloud@2.0.21
- llamaindex@0.8.31
- @llamaindex/core@0.4.20
- @llamaindex/node-parser@0.0.21
- @llamaindex/openai@0.1.45
- @llamaindex/readers@1.0.22
## 0.0.40
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/unit-test",
"private": true,
"version": "0.0.41",
"version": "0.0.40",
"type": "module",
"scripts": {
"test": "vitest run"