Compare commits

..

5 Commits

Author SHA1 Message Date
github-actions[bot] a7023b4a93 Release 0.8.30 (#1570)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-16 11:40:25 -08:00
Alex Yang 012495b5ba chore: bump llamacloud sdk (#1569) 2024-12-16 11:10:09 -08:00
github-actions[bot] a8afb9a7a7 Release 0.8.29 (#1566)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-13 19:19:03 -08:00
Peter Goldstein dd596a0cf2 Add Gemini Flash 2.0 Experimental (#1563) 2024-12-13 12:10:46 -08:00
Alex Yang 9e648a0b4f chore: bump version (#1562) 2024-12-11 12:56:38 -08:00
59 changed files with 5716 additions and 2014 deletions
+13
View File
@@ -1,5 +1,18 @@
# docs
## 0.0.136
### Patch Changes
- llamaindex@0.8.30
## 0.0.135
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 0.0.134
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.134",
"version": "0.0.136",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
@@ -37,7 +37,7 @@
"docusaurus-plugin-typedoc": "1.0.5",
"typedoc": "0.26.11",
"typedoc-plugin-markdown": "4.2.10",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"browserslist": {
"production": [
+15
View File
@@ -1,5 +1,20 @@
# @llamaindex/doc
## 0.0.34
### Patch Changes
- Updated dependencies [012495b]
- @llamaindex/cloud@2.0.20
- llamaindex@0.8.30
## 0.0.33
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 0.0.32
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/doc",
"version": "0.0.32",
"version": "0.0.34",
"private": true,
"scripts": {
"build": "pnpm run build:docs && next build",
@@ -86,6 +86,6 @@
"typedoc": "^0.26.11",
"typedoc-plugin-markdown": "^4.3.1",
"typedoc-plugin-merge-modules": "^6.1.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
+2 -1
View File
@@ -6,7 +6,8 @@
".next",
".source",
"next-env.d.ts",
"src/content/docs/cloud/api/**"
"src/content/docs/cloud/api/**",
"src/content/docs/api/**"
]
},
"dev": {
+1 -1
View File
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241112.0",
"typescript": "^5.5.2",
"typescript": "^5.7.2",
"wrangler": "^3.89.0"
},
"dependencies": {
@@ -1,5 +1,18 @@
# @llamaindex/cloudflare-worker-agent-test
## 0.0.126
### Patch Changes
- llamaindex@0.8.30
## 0.0.125
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 0.0.124
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/cloudflare-worker-agent-test",
"version": "0.0.124",
"version": "0.0.126",
"type": "module",
"private": true,
"scripts": {
@@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20241112.0",
"@vitest/runner": "2.1.5",
"@vitest/snapshot": "2.1.5",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "2.1.5",
"wrangler": "^3.87.0"
},
@@ -1,5 +1,12 @@
# @llamaindex/llama-parse-browser-test
## 0.0.40
### Patch Changes
- Updated dependencies [012495b]
- @llamaindex/cloud@2.0.20
## 0.0.39
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/llama-parse-browser-test",
"private": true,
"version": "0.0.39",
"version": "0.0.40",
"type": "module",
"scripts": {
"dev": "vite",
@@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-wasm": "^3.3.0"
},
+13
View File
@@ -1,5 +1,18 @@
# @llamaindex/next-agent-test
## 0.1.126
### Patch Changes
- llamaindex@0.8.30
## 0.1.125
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 0.1.124
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/next-agent-test",
"version": "0.1.124",
"version": "0.1.126",
"private": true,
"scripts": {
"dev": "next dev",
@@ -18,10 +18,10 @@
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "9.15.0",
"eslint-config-next": "15.0.3",
"eslint": "9.16.0",
"eslint-config-next": "15.1.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
@@ -1,5 +1,18 @@
# test-edge-runtime
## 0.1.125
### Patch Changes
- llamaindex@0.8.30
## 0.1.124
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 0.1.123
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/nextjs-edge-runtime-test",
"version": "0.1.123",
"version": "0.1.125",
"private": true,
"scripts": {
"dev": "next dev",
@@ -17,6 +17,6 @@
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
@@ -1,5 +1,18 @@
# @llamaindex/next-node-runtime
## 0.0.107
### Patch Changes
- llamaindex@0.8.30
## 0.0.106
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 0.0.105
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/next-node-runtime-test",
"version": "0.0.105",
"version": "0.0.107",
"private": true,
"scripts": {
"dev": "next dev",
@@ -17,10 +17,10 @@
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "9.15.0",
"eslint-config-next": "15.0.3",
"eslint": "9.16.0",
"eslint-config-next": "15.1.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
@@ -1,5 +1,18 @@
# @llamaindex/waku-query-engine-test
## 0.0.126
### Patch Changes
- llamaindex@0.8.30
## 0.0.125
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 0.0.124
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/waku-query-engine-test",
"version": "0.0.124",
"version": "0.0.126",
"type": "module",
"private": true,
"scripts": {
@@ -20,6 +20,6 @@
"@types/react-dom": "18.3.1",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.15",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
+2 -2
View File
@@ -10,8 +10,8 @@
"@datastax/astra-db-ts": "^1.4.1",
"@llamaindex/core": "^0.4.19",
"@llamaindex/readers": "^1.0.21",
"@llamaindex/workflow": "^0.0.8",
"@llamaindex/vercel": "^0.0.6",
"@llamaindex/workflow": "^0.0.8",
"@notionhq/client": "^2.2.15",
"@pinecone-database/pinecone": "^4.0.0",
"@vercel/postgres": "^0.10.0",
@@ -29,7 +29,7 @@
"devDependencies": {
"@types/node": "^22.9.0",
"tsx": "^4.19.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"scripts": {
"lint": "eslint ."
+1 -1
View File
@@ -25,6 +25,6 @@
"devDependencies": {
"@types/node": "^22.9.0",
"tsx": "^4.19.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
+8 -8
View File
@@ -19,20 +19,20 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
"eslint": "9.15.0",
"eslint-config-next": "^15.0.3",
"eslint": "9.16.0",
"eslint-config-next": "^15.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.3.0",
"eslint-config-turbo": "^2.3.3",
"eslint-plugin-react": "7.37.2",
"globals": "^15.12.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"madge": "^8.0.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"turbo": "^2.3.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0"
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0"
},
"packageManager": "pnpm@9.12.3",
"lint-staged": {
+13
View File
@@ -1,5 +1,18 @@
# @llamaindex/autotool
## 5.0.30
### Patch Changes
- llamaindex@0.8.30
## 5.0.29
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 5.0.28
### Patch Changes
@@ -1,5 +1,20 @@
# @llamaindex/autotool-01-node-example
## 0.0.73
### Patch Changes
- llamaindex@0.8.30
- @llamaindex/autotool@5.0.30
## 0.0.72
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
- @llamaindex/autotool@5.0.29
## 0.0.71
### Patch Changes
@@ -13,5 +13,5 @@
"scripts": {
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
},
"version": "0.0.71"
"version": "0.0.73"
}
@@ -1,5 +1,20 @@
# @llamaindex/autotool-02-next-example
## 0.1.117
### Patch Changes
- llamaindex@0.8.30
- @llamaindex/autotool@5.0.30
## 0.1.116
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
- @llamaindex/autotool@5.0.29
## 0.1.115
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/autotool-02-next-example",
"private": true,
"version": "0.1.115",
"version": "0.1.117",
"scripts": {
"dev": "next dev",
"build": "next build",
@@ -32,6 +32,6 @@
"cross-env": "^7.0.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/autotool",
"type": "module",
"version": "5.0.28",
"version": "5.0.30",
"description": "auto transpile your JS function to LLM Agent compatible",
"files": [
"dist",
@@ -70,13 +70,13 @@
"@swc/types": "^0.1.12",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.9.0",
"bunchee": "5.6.1",
"bunchee": "6.0.3",
"llamaindex": "workspace:*",
"next": "15.0.3",
"rollup": "^4.27.3",
"rollup": "^4.28.1",
"tsx": "^4.19.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^2.1.5",
"webpack": "^5.94.0"
"webpack": "^5.97.1"
}
}
+6
View File
@@ -1,5 +1,11 @@
# @llamaindex/cloud
## 2.0.20
### Patch Changes
- 012495b: chore: bump llamacloud sdk
## 2.0.19
### Patch Changes
+3975 -504
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/cloud",
"version": "2.0.19",
"version": "2.0.20",
"type": "module",
"license": "MIT",
"scripts": {
@@ -54,7 +54,7 @@
"@hey-api/openapi-ts": "^0.56.0",
"@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*",
"bunchee": "5.6.1"
"bunchee": "6.0.3"
},
"peerDependencies": {
"@llamaindex/core": "workspace:*",
+48
View File
@@ -96,6 +96,28 @@ export class LlamaParseReader extends FileReader {
azureOpenaiEndpoint?: string | undefined;
azureOpenaiApiVersion?: string | undefined;
azureOpenaiKey?: string | undefined;
auto_mode?: boolean | undefined;
auto_mode_trigger_on_image_in_page?: boolean | undefined;
auto_mode_trigger_on_table_in_page?: boolean | undefined;
auto_mode_trigger_on_text_in_page?: string | undefined;
auto_mode_trigger_on_regexp_in_page?: string | undefined;
bbox_bottom?: number | undefined;
bbox_left?: number | undefined;
bbox_right?: number | undefined;
bbox_top?: number | undefined;
disable_image_extraction?: boolean | undefined;
extract_charts?: boolean | undefined;
guess_xlsx_sheet_name?: boolean | undefined;
html_make_all_elements_visible?: boolean | undefined;
html_remove_fixed_elements?: boolean | undefined;
html_remove_navigation_elements?: boolean | undefined;
http_proxy?: string | undefined;
input_url?: string | undefined;
max_pages?: number | undefined;
output_pdf_of_document?: boolean | undefined;
structured_output?: boolean | undefined;
structured_output_json_schema?: string | undefined;
structured_output_json_schema_name?: string | undefined;
// numWorkers is implemented in SimpleDirectoryReader
stdout?: WriteStream | undefined;
@@ -200,6 +222,32 @@ export class LlamaParseReader extends FileReader {
azure_openai_endpoint: this.azureOpenaiEndpoint,
azure_openai_api_version: this.azureOpenaiApiVersion,
azure_openai_key: this.azureOpenaiKey,
auto_mode: this.auto_mode,
auto_mode_trigger_on_image_in_page:
this.auto_mode_trigger_on_image_in_page,
auto_mode_trigger_on_table_in_page:
this.auto_mode_trigger_on_table_in_page,
auto_mode_trigger_on_text_in_page: this.auto_mode_trigger_on_text_in_page,
auto_mode_trigger_on_regexp_in_page:
this.auto_mode_trigger_on_regexp_in_page,
bbox_bottom: this.bbox_bottom,
bbox_left: this.bbox_left,
bbox_right: this.bbox_right,
bbox_top: this.bbox_top,
disable_image_extraction: this.disable_image_extraction,
extract_charts: this.extract_charts,
guess_xlsx_sheet_name: this.guess_xlsx_sheet_name,
html_make_all_elements_visible: this.html_make_all_elements_visible,
html_remove_fixed_elements: this.html_remove_fixed_elements,
html_remove_navigation_elements: this.html_remove_navigation_elements,
http_proxy: this.http_proxy,
input_url: this.input_url,
max_pages: this.max_pages,
output_pdf_of_document: this.output_pdf_of_document,
structured_output: this.structured_output,
structured_output_json_schema: this.structured_output_json_schema,
structured_output_json_schema_name:
this.structured_output_json_schema_name,
} satisfies {
[Key in keyof Body_upload_file_api_v1_parsing_upload_post]-?:
| Body_upload_file_api_v1_parsing_upload_post[Key]
+1 -1
View File
@@ -43,7 +43,7 @@
},
"devDependencies": {
"@types/node": "^22.9.0",
"bunchee": "5.6.1"
"bunchee": "6.0.3"
},
"dependencies": {
"@aws-sdk/client-bedrock-agent-runtime": "^3.706.0",
+1 -1
View File
@@ -391,7 +391,7 @@
"devDependencies": {
"@edge-runtime/vm": "^4.0.4",
"ajv": "^8.17.1",
"bunchee": "5.6.1",
"bunchee": "6.0.3",
"happy-dom": "^15.11.6",
"natural": "^8.0.1"
},
+1 -1
View File
@@ -125,7 +125,7 @@
"@huggingface/transformers": "^3.0.2",
"@types/node": "^22.9.0",
"@types/readable-stream": "^4.0.15",
"bunchee": "5.6.1",
"bunchee": "6.0.3",
"gpt-tokenizer": "^2.6.2",
"pathe": "^1.1.2",
"vitest": "^2.1.5"
+13
View File
@@ -1,5 +1,18 @@
# @llamaindex/experimental
## 0.0.142
### Patch Changes
- llamaindex@0.8.30
## 0.0.141
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 0.0.140
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/experimental",
"description": "Experimental package for LlamaIndexTS",
"version": "0.0.140",
"version": "0.0.142",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
+13
View File
@@ -1,5 +1,18 @@
# llamaindex
## 0.8.30
### Patch Changes
- Updated dependencies [012495b]
- @llamaindex/cloud@2.0.20
## 0.8.29
### Patch Changes
- dd596a0: Add Gemini 2.0 Flash Experimental
## 0.8.28
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "llamaindex",
"version": "0.8.28",
"version": "0.8.30",
"license": "MIT",
"type": "module",
"keywords": [
@@ -94,7 +94,7 @@
"pg": "^8.12.0",
"pgvector": "0.2.0",
"postgres": "^3.4.4",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18.0.0"
@@ -36,7 +36,7 @@ export function withContextAwareness<T extends SupportedAgent>(Base: T) {
return class ContextAwareAgent extends Base {
public readonly contextRetriever: BaseRetriever;
public retrievedContext: string | null = null;
public declare chatHistory: T extends typeof OpenAIAgent
declare public chatHistory: T extends typeof OpenAIAgent
? OpenAIAgent["chatHistory"]
: T extends typeof AnthropicAgent
? AnthropicAgent["chatHistory"]
@@ -53,6 +53,7 @@ export const GEMINI_MODEL_INFO_MAP: Record<GEMINI_MODEL, GeminiModelInfo> = {
[GEMINI_MODEL.GEMINI_PRO_1_5_FLASH]: { contextWindow: 10 ** 6 },
[GEMINI_MODEL.GEMINI_PRO_1_5_LATEST]: { contextWindow: 2 * 10 ** 6 },
[GEMINI_MODEL.GEMINI_PRO_1_5_FLASH_LATEST]: { contextWindow: 10 ** 6 },
[GEMINI_MODEL.GEMINI_2_0_FLASH_EXPERIMENTAL]: { contextWindow: 10 ** 6 },
};
const SUPPORT_TOOL_CALL_MODELS: GEMINI_MODEL[] = [
@@ -66,6 +67,7 @@ const SUPPORT_TOOL_CALL_MODELS: GEMINI_MODEL[] = [
GEMINI_MODEL.GEMINI_PRO_FLASH_LATEST,
GEMINI_MODEL.GEMINI_PRO_1_5_LATEST,
GEMINI_MODEL.GEMINI_PRO_1_5_FLASH_LATEST,
GEMINI_MODEL.GEMINI_2_0_FLASH_EXPERIMENTAL,
];
const DEFAULT_GEMINI_PARAMS = {
@@ -64,6 +64,7 @@ export enum GEMINI_MODEL {
// Note: should be switched to -latest suffix when google supports it
GEMINI_PRO_1_5_LATEST = "gemini-1.5-pro-002",
GEMINI_PRO_1_5_FLASH_LATEST = "gemini-1.5-flash-002",
GEMINI_2_0_FLASH_EXPERIMENTAL = "gemini-2.0-flash-exp",
}
export interface GeminiModelInfo {
+1 -1
View File
@@ -43,7 +43,7 @@
"@llamaindex/env": "workspace:*",
"@types/html-to-text": "^9.0.4",
"@types/node": "^22.9.0",
"bunchee": "5.6.1",
"bunchee": "6.0.3",
"tree-sitter": "^0.22.1",
"web-tree-sitter": "^0.24.4"
},
+1 -1
View File
@@ -30,7 +30,7 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "5.6.1"
"bunchee": "6.0.3"
},
"dependencies": {
"@anthropic-ai/sdk": "0.32.1",
+3 -3
View File
@@ -39,13 +39,13 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "5.6.1"
"bunchee": "6.0.3"
},
"dependencies": {
"@huggingface/transformers": "^3.0.2",
"@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*",
"@llamaindex/openai": "workspace:*",
"@huggingface/transformers": "^3.0.2"
"@llamaindex/openai": "workspace:*"
},
"peerDependencies": {
"@huggingface/transformers": "^3.0.2"
+1 -1
View File
@@ -30,7 +30,7 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "5.6.1"
"bunchee": "6.0.3"
},
"dependencies": {
"@llamaindex/core": "workspace:*",
+1 -1
View File
@@ -30,7 +30,7 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "5.6.1"
"bunchee": "6.0.3"
},
"dependencies": {
"@llamaindex/env": "workspace:*",
+3 -3
View File
@@ -39,14 +39,14 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "5.6.1"
"bunchee": "6.0.3"
},
"dependencies": {
"@huggingface/inference": "^2.8.1",
"@huggingface/transformers": "^3.0.2",
"@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*",
"@llamaindex/openai": "workspace:*",
"@huggingface/transformers": "^3.0.2"
"@llamaindex/openai": "workspace:*"
},
"peerDependencies": {
"@huggingface/transformers": "^3.0.2"
+1 -1
View File
@@ -30,7 +30,7 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "5.6.1"
"bunchee": "6.0.3"
},
"dependencies": {
"@llamaindex/core": "workspace:*",
+1 -1
View File
@@ -30,7 +30,7 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "5.6.1"
"bunchee": "6.0.3"
},
"dependencies": {
"@llamaindex/core": "workspace:*",
+1 -1
View File
@@ -30,7 +30,7 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "5.6.1"
"bunchee": "6.0.3"
},
"dependencies": {
"@llamaindex/core": "workspace:*",
+1 -1
View File
@@ -38,7 +38,7 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "5.6.1"
"bunchee": "6.0.3"
},
"dependencies": {
"@llamaindex/core": "workspace:*",
+1 -1
View File
@@ -38,7 +38,7 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "5.6.1"
"bunchee": "6.0.3"
},
"dependencies": {
"@llamaindex/core": "workspace:*",
+1 -1
View File
@@ -30,7 +30,7 @@
"dev": "bunchee --watch"
},
"devDependencies": {
"bunchee": "5.6.1"
"bunchee": "6.0.3"
},
"dependencies": {
"@llamaindex/openai": "workspace:*"
+1 -1
View File
@@ -212,7 +212,7 @@
"@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*",
"@types/node": "^22.9.0",
"bunchee": "5.6.1",
"bunchee": "6.0.3",
"p-limit": "^6.1.0",
"string-strip-html": "^13.4.8"
},
+1 -1
View File
@@ -11,7 +11,7 @@
"@swc/cli": "^0.5.0",
"@swc/core": "^1.9.2",
"assemblyscript": "^0.27.31",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=20.0.0"
+1 -1
View File
@@ -56,7 +56,7 @@
"devDependencies": {
"@llamaindex/env": "workspace:*",
"@types/node": "^22.9.0",
"bunchee": "5.6.1"
"bunchee": "6.0.3"
},
"peerDependencies": {
"@llamaindex/env": "workspace:*"
+1429 -1440
View File
File diff suppressed because it is too large Load Diff
+15
View File
@@ -1,5 +1,20 @@
# @llamaindex/unit-test
## 0.0.40
### Patch Changes
- Updated dependencies [012495b]
- @llamaindex/cloud@2.0.20
- llamaindex@0.8.30
## 0.0.39
### Patch Changes
- Updated dependencies [dd596a0]
- llamaindex@0.8.29
## 0.0.38
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/unit-test",
"private": true,
"version": "0.0.38",
"version": "0.0.40",
"type": "module",
"scripts": {
"test": "vitest run"