Compare commits

..

3 Commits

Author SHA1 Message Date
github-actions[bot] 335020e242 Release 0.8.26 (#1541)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: himself65 <himself65@users.noreply.github.com>
2024-12-02 12:23:57 -08:00
Alex Yang 3d1808b5d2 chore: bump version (#1540) 2024-12-02 12:18:51 -08:00
Alex Yang a19cbc7fe0 ci: fix (#1539) 2024-12-02 10:33:44 -08:00
66 changed files with 338 additions and 65 deletions
+8
View File
@@ -1,5 +1,13 @@
# docs # docs
## 0.0.132
### Patch Changes
- Updated dependencies [3d1808b]
- llamaindex@0.8.26
- @llamaindex/examples@0.0.19
## 0.0.131 ## 0.0.131
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "docs", "name": "docs",
"version": "0.0.131", "version": "0.0.132",
"private": true, "private": true,
"scripts": { "scripts": {
"docusaurus": "docusaurus", "docusaurus": "docusaurus",
+12
View File
@@ -1,5 +1,17 @@
# @llamaindex/doc # @llamaindex/doc
## 0.0.30
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/core@0.4.17
- llamaindex@0.8.26
- @llamaindex/openai@0.1.42
- @llamaindex/cloud@2.0.17
- @llamaindex/node-parser@0.0.18
- @llamaindex/readers@1.0.19
## 0.0.29 ## 0.0.29
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@llamaindex/doc", "name": "@llamaindex/doc",
"version": "0.0.29", "version": "0.0.30",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "pnpm run build:docs && next build", "build": "pnpm run build:docs && next build",
@@ -1,5 +1,12 @@
# @llamaindex/cloudflare-worker-agent-test # @llamaindex/cloudflare-worker-agent-test
## 0.0.122
### Patch Changes
- Updated dependencies [3d1808b]
- llamaindex@0.8.26
## 0.0.121 ## 0.0.121
### Patch Changes ### Patch Changes
@@ -1,6 +1,6 @@
{ {
"name": "@llamaindex/cloudflare-worker-agent-test", "name": "@llamaindex/cloudflare-worker-agent-test",
"version": "0.0.121", "version": "0.0.122",
"type": "module", "type": "module",
"private": true, "private": true,
"scripts": { "scripts": {
@@ -1,5 +1,11 @@
# @llamaindex/llama-parse-browser-test # @llamaindex/llama-parse-browser-test
## 0.0.37
### Patch Changes
- @llamaindex/cloud@2.0.17
## 0.0.36 ## 0.0.36
### Patch Changes ### Patch Changes
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/llama-parse-browser-test", "name": "@llamaindex/llama-parse-browser-test",
"private": true, "private": true,
"version": "0.0.36", "version": "0.0.37",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/next-agent-test # @llamaindex/next-agent-test
## 0.1.122
### Patch Changes
- Updated dependencies [3d1808b]
- llamaindex@0.8.26
## 0.1.121 ## 0.1.121
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@llamaindex/next-agent-test", "name": "@llamaindex/next-agent-test",
"version": "0.1.121", "version": "0.1.122",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
@@ -1,5 +1,12 @@
# test-edge-runtime # test-edge-runtime
## 0.1.121
### Patch Changes
- Updated dependencies [3d1808b]
- llamaindex@0.8.26
## 0.1.120 ## 0.1.120
### Patch Changes ### Patch Changes
@@ -1,6 +1,6 @@
{ {
"name": "@llamaindex/nextjs-edge-runtime-test", "name": "@llamaindex/nextjs-edge-runtime-test",
"version": "0.1.120", "version": "0.1.121",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
@@ -1,5 +1,12 @@
# @llamaindex/next-node-runtime # @llamaindex/next-node-runtime
## 0.0.103
### Patch Changes
- Updated dependencies [3d1808b]
- llamaindex@0.8.26
## 0.0.102 ## 0.0.102
### Patch Changes ### Patch Changes
@@ -1,6 +1,6 @@
{ {
"name": "@llamaindex/next-node-runtime-test", "name": "@llamaindex/next-node-runtime-test",
"version": "0.0.102", "version": "0.0.103",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
@@ -1,5 +1,12 @@
# @llamaindex/waku-query-engine-test # @llamaindex/waku-query-engine-test
## 0.0.122
### Patch Changes
- Updated dependencies [3d1808b]
- llamaindex@0.8.26
## 0.0.121 ## 0.0.121
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@llamaindex/waku-query-engine-test", "name": "@llamaindex/waku-query-engine-test",
"version": "0.0.121", "version": "0.0.122",
"type": "module", "type": "module",
"private": true, "private": true,
"scripts": { "scripts": {
+10
View File
@@ -1,5 +1,15 @@
# examples # examples
## 0.0.19
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/core@0.4.17
- llamaindex@0.8.26
- @llamaindex/vercel@0.0.4
- @llamaindex/readers@1.0.19
## 0.0.18 ## 0.0.18
### Patch Changes ### Patch Changes
+5 -5
View File
@@ -1,17 +1,17 @@
{ {
"name": "@llamaindex/examples", "name": "@llamaindex/examples",
"private": true, "private": true,
"version": "0.0.18", "version": "0.0.19",
"dependencies": { "dependencies": {
"@ai-sdk/openai": "^1.0.5", "@ai-sdk/openai": "^1.0.5",
"@aws-crypto/sha256-js": "^5.2.0", "@aws-crypto/sha256-js": "^5.2.0",
"@azure/cosmos": "^4.1.1", "@azure/cosmos": "^4.1.1",
"@azure/identity": "^4.4.1", "@azure/identity": "^4.4.1",
"@datastax/astra-db-ts": "^1.4.1", "@datastax/astra-db-ts": "^1.4.1",
"@llamaindex/core": "^0.4.16", "@llamaindex/core": "^0.4.17",
"@llamaindex/readers": "^1.0.18", "@llamaindex/readers": "^1.0.19",
"@llamaindex/workflow": "^0.0.7", "@llamaindex/workflow": "^0.0.7",
"@llamaindex/vercel": "^0.0.3", "@llamaindex/vercel": "^0.0.4",
"@notionhq/client": "^2.2.15", "@notionhq/client": "^2.2.15",
"@pinecone-database/pinecone": "^4.0.0", "@pinecone-database/pinecone": "^4.0.0",
"@vercel/postgres": "^0.10.0", "@vercel/postgres": "^0.10.0",
@@ -21,7 +21,7 @@
"commander": "^12.1.0", "commander": "^12.1.0",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"js-tiktoken": "^1.0.14", "js-tiktoken": "^1.0.14",
"llamaindex": "^0.8.25", "llamaindex": "^0.8.26",
"mongodb": "^6.7.0", "mongodb": "^6.7.0",
"pathe": "^1.1.2", "pathe": "^1.1.2",
"postgres": "^3.4.4" "postgres": "^3.4.4"
+2 -2
View File
@@ -2,8 +2,8 @@
"name": "@llamaindex/monorepo", "name": "@llamaindex/monorepo",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "turbo run build --filter=\"./packages/*\"", "build": "turbo run build --filter=\"./packages/*\" --filter=\"./packages/providers/*\"",
"dev": "turbo run dev --filter=\"./packages/*\"", "dev": "turbo run dev --filter=\"./packages/*\" --filter=\"./packages/providers/*\"",
"format": "prettier --ignore-unknown --cache --check .", "format": "prettier --ignore-unknown --cache --check .",
"format:write": "prettier --ignore-unknown --write .", "format:write": "prettier --ignore-unknown --write .",
"lint": "turbo run lint", "lint": "turbo run lint",
+8
View File
@@ -1,5 +1,13 @@
# @llamaindex/autotool # @llamaindex/autotool
## 5.0.26
### Patch Changes
- 3d1808b: chore: bump version
- Updated dependencies [3d1808b]
- llamaindex@0.8.26
## 5.0.25 ## 5.0.25
### Patch Changes ### Patch Changes
@@ -1,5 +1,13 @@
# @llamaindex/autotool-01-node-example # @llamaindex/autotool-01-node-example
## 0.0.69
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/autotool@5.0.26
- llamaindex@0.8.26
## 0.0.68 ## 0.0.68
### Patch Changes ### Patch Changes
@@ -5,7 +5,7 @@
"dependencies": { "dependencies": {
"@llamaindex/autotool": "workspace:*", "@llamaindex/autotool": "workspace:*",
"llamaindex": "workspace:*", "llamaindex": "workspace:*",
"openai": "^4.72.0" "openai": "^4.73.1"
}, },
"devDependencies": { "devDependencies": {
"tsx": "^4.19.0" "tsx": "^4.19.0"
@@ -13,5 +13,5 @@
"scripts": { "scripts": {
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts" "start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
}, },
"version": "0.0.68" "version": "0.0.69"
} }
@@ -1,5 +1,13 @@
# @llamaindex/autotool-02-next-example # @llamaindex/autotool-02-next-example
## 0.1.113
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/autotool@5.0.26
- llamaindex@0.8.26
## 0.1.112 ## 0.1.112
### Patch Changes ### Patch Changes
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/autotool-02-next-example", "name": "@llamaindex/autotool-02-next-example",
"private": true, "private": true,
"version": "0.1.112", "version": "0.1.113",
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/autotool", "name": "@llamaindex/autotool",
"type": "module", "type": "module",
"version": "5.0.25", "version": "5.0.26",
"description": "auto transpile your JS function to LLM Agent compatible", "description": "auto transpile your JS function to LLM Agent compatible",
"files": [ "files": [
"dist", "dist",
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/cloud # @llamaindex/cloud
## 2.0.17
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/core@0.4.17
## 2.0.16 ## 2.0.16
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@llamaindex/cloud", "name": "@llamaindex/cloud",
"version": "2.0.16", "version": "2.0.17",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/community # @llamaindex/community
## 0.0.75
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/core@0.4.17
## 0.0.74 ## 0.0.74
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/community", "name": "@llamaindex/community",
"description": "Community package for LlamaIndexTS", "description": "Community package for LlamaIndexTS",
"version": "0.0.74", "version": "0.0.75",
"type": "module", "type": "module",
"types": "dist/type/index.d.ts", "types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js", "main": "dist/cjs/index.js",
+6
View File
@@ -1,5 +1,11 @@
# @llamaindex/core # @llamaindex/core
## 0.4.17
### Patch Changes
- 3d1808b: chore: bump version
## 0.4.16 ## 0.4.16
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/core", "name": "@llamaindex/core",
"type": "module", "type": "module",
"version": "0.4.16", "version": "0.4.17",
"description": "LlamaIndex Core Module", "description": "LlamaIndex Core Module",
"exports": { "exports": {
"./agent": { "./agent": {
+5 -8
View File
@@ -369,7 +369,9 @@ export abstract class AgentRunner<
verbose: boolean | undefined = undefined, verbose: boolean | undefined = undefined,
chatHistory?: ChatMessage<AdditionalMessageOptions>[], chatHistory?: ChatMessage<AdditionalMessageOptions>[],
additionalChatOptions?: AdditionalChatOptions, additionalChatOptions?: AdditionalChatOptions,
) { ): ReadableStream<
TaskStepOutput<AI, Store, AdditionalMessageOptions, AdditionalChatOptions>
> {
const initialMessages = [...(chatHistory ?? this.#chatHistory)]; const initialMessages = [...(chatHistory ?? this.#chatHistory)];
if (this.#systemPrompt !== null) { if (this.#systemPrompt !== null) {
const systemPrompt = this.#systemPrompt; const systemPrompt = this.#systemPrompt;
@@ -453,14 +455,9 @@ export abstract class AgentRunner<
const { output } = stepOutput; const { output } = stepOutput;
if (output instanceof ReadableStream) { if (output instanceof ReadableStream) {
return output.pipeThrough( return output.pipeThrough(
new TransformStream<EngineResponse>({ new TransformStream({
transform(chunk, controller) { transform(chunk, controller) {
controller.enqueue( controller.enqueue(EngineResponse.fromChatResponseChunk(chunk));
EngineResponse.fromChatResponseChunk(
chunk,
chunk.sourceNodes,
),
);
}, },
}), }),
); );
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/experimental # @llamaindex/experimental
## 0.0.138
### Patch Changes
- Updated dependencies [3d1808b]
- llamaindex@0.8.26
## 0.0.137 ## 0.0.137
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/experimental", "name": "@llamaindex/experimental",
"description": "Experimental package for LlamaIndexTS", "description": "Experimental package for LlamaIndexTS",
"version": "0.0.137", "version": "0.0.138",
"type": "module", "type": "module",
"types": "dist/type/index.d.ts", "types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js", "main": "dist/cjs/index.js",
+21
View File
@@ -1,5 +1,26 @@
# llamaindex # llamaindex
## 0.8.26
### Patch Changes
- 3d1808b: chore: bump version
- Updated dependencies [3d1808b]
- @llamaindex/core@0.4.17
- @llamaindex/openai@0.1.42
- @llamaindex/cloud@2.0.17
- @llamaindex/node-parser@0.0.18
- @llamaindex/anthropic@0.0.26
- @llamaindex/clip@0.0.26
- @llamaindex/deepinfra@0.0.26
- @llamaindex/huggingface@0.0.26
- @llamaindex/ollama@0.0.33
- @llamaindex/portkey-ai@0.0.26
- @llamaindex/replicate@0.0.26
- @llamaindex/readers@1.0.19
- @llamaindex/groq@0.0.41
- @llamaindex/vllm@0.0.12
## 0.8.25 ## 0.8.25
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "llamaindex", "name": "llamaindex",
"version": "0.8.25", "version": "0.8.26",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"keywords": [ "keywords": [
@@ -65,7 +65,7 @@
"lodash": "^4.17.21", "lodash": "^4.17.21",
"magic-bytes.js": "^1.10.0", "magic-bytes.js": "^1.10.0",
"mongodb": "^6.7.0", "mongodb": "^6.7.0",
"openai": "^4.72.0", "openai": "^4.73.1",
"pathe": "^1.1.2", "pathe": "^1.1.2",
"rake-modified": "^1.0.8", "rake-modified": "^1.0.8",
"weaviate-client": "^3.2.3", "weaviate-client": "^3.2.3",
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/node-parser # @llamaindex/node-parser
## 0.0.18
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/core@0.4.17
## 0.0.17 ## 0.0.17
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@llamaindex/node-parser", "name": "@llamaindex/node-parser",
"version": "0.0.17", "version": "0.0.18",
"description": "Node parser for LlamaIndex", "description": "Node parser for LlamaIndex",
"type": "module", "type": "module",
"exports": { "exports": {
@@ -1,5 +1,12 @@
# @llamaindex/anthropic # @llamaindex/anthropic
## 0.0.26
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/core@0.4.17
## 0.0.25 ## 0.0.25
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/anthropic", "name": "@llamaindex/anthropic",
"description": "Anthropic Adapter for LlamaIndex", "description": "Anthropic Adapter for LlamaIndex",
"version": "0.0.25", "version": "0.0.26",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
+8
View File
@@ -1,5 +1,13 @@
# @llamaindex/clip # @llamaindex/clip
## 0.0.26
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/core@0.4.17
- @llamaindex/openai@0.1.42
## 0.0.25 ## 0.0.25
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/clip", "name": "@llamaindex/clip",
"description": "Clip Embedding Adapter for LlamaIndex", "description": "Clip Embedding Adapter for LlamaIndex",
"version": "0.0.25", "version": "0.0.26",
"type": "module", "type": "module",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"main": "dist/index.cjs", "main": "dist/index.cjs",
@@ -1,5 +1,13 @@
# @llamaindex/deepinfra # @llamaindex/deepinfra
## 0.0.26
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/core@0.4.17
- @llamaindex/openai@0.1.42
## 0.0.25 ## 0.0.25
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/deepinfra", "name": "@llamaindex/deepinfra",
"description": "Deepinfra Adapter for LlamaIndex", "description": "Deepinfra Adapter for LlamaIndex",
"version": "0.0.25", "version": "0.0.26",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/groq # @llamaindex/groq
## 0.0.41
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/openai@0.1.42
## 0.0.40 ## 0.0.40
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/groq", "name": "@llamaindex/groq",
"description": "Groq Adapter for LlamaIndex", "description": "Groq Adapter for LlamaIndex",
"version": "0.0.40", "version": "0.0.41",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -1,5 +1,13 @@
# @llamaindex/huggingface # @llamaindex/huggingface
## 0.0.26
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/core@0.4.17
- @llamaindex/openai@0.1.42
## 0.0.25 ## 0.0.25
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/huggingface", "name": "@llamaindex/huggingface",
"description": "Huggingface Adapter for LlamaIndex", "description": "Huggingface Adapter for LlamaIndex",
"version": "0.0.25", "version": "0.0.26",
"type": "module", "type": "module",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"main": "dist/index.cjs", "main": "dist/index.cjs",
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/ollama # @llamaindex/ollama
## 0.0.33
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/core@0.4.17
## 0.0.32 ## 0.0.32
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/ollama", "name": "@llamaindex/ollama",
"description": "Ollama Adapter for LlamaIndex", "description": "Ollama Adapter for LlamaIndex",
"version": "0.0.32", "version": "0.0.33",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
+8
View File
@@ -1,5 +1,13 @@
# @llamaindex/openai # @llamaindex/openai
## 0.1.42
### Patch Changes
- 3d1808b: chore: bump version
- Updated dependencies [3d1808b]
- @llamaindex/core@0.4.17
## 0.1.41 ## 0.1.41
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/openai", "name": "@llamaindex/openai",
"description": "OpenAI Adapter for LlamaIndex", "description": "OpenAI Adapter for LlamaIndex",
"version": "0.1.41", "version": "0.1.42",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -35,6 +35,6 @@
"dependencies": { "dependencies": {
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*", "@llamaindex/env": "workspace:*",
"openai": "^4.72.0" "openai": "^4.73.1"
} }
} }
+3
View File
@@ -75,6 +75,9 @@ export const GPT4_MODELS = {
"gpt-4o-audio-preview-2024-10-01": { "gpt-4o-audio-preview-2024-10-01": {
contextWindow: 128000, contextWindow: 128000,
}, },
"gpt-4o-2024-11-20": {
contextWindow: 128000,
},
}; };
// NOTE we don't currently support gpt-3.5-turbo-instruct and don't plan to in the near future // NOTE we don't currently support gpt-3.5-turbo-instruct and don't plan to in the near future
@@ -1,5 +1,12 @@
# @llamaindex/portkey-ai # @llamaindex/portkey-ai
## 0.0.26
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/core@0.4.17
## 0.0.25 ## 0.0.25
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/portkey-ai", "name": "@llamaindex/portkey-ai",
"description": "Portkey Adapter for LlamaIndex", "description": "Portkey Adapter for LlamaIndex",
"version": "0.0.25", "version": "0.0.26",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -1,5 +1,12 @@
# @llamaindex/replicate # @llamaindex/replicate
## 0.0.26
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/core@0.4.17
## 0.0.25 ## 0.0.25
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/replicate", "name": "@llamaindex/replicate",
"description": "Replicate Adapter for LlamaIndex", "description": "Replicate Adapter for LlamaIndex",
"version": "0.0.25", "version": "0.0.26",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/vercel # @llamaindex/vercel
## 0.0.4
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/core@0.4.17
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/vercel", "name": "@llamaindex/vercel",
"description": "Vercel Adapter for LlamaIndex", "description": "Vercel Adapter for LlamaIndex",
"version": "0.0.3", "version": "0.0.4",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/vllm # @llamaindex/vllm
## 0.0.12
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/openai@0.1.42
## 0.0.11 ## 0.0.11
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/vllm", "name": "@llamaindex/vllm",
"description": "vLLM Adapter for LlamaIndex", "description": "vLLM Adapter for LlamaIndex",
"version": "0.0.11", "version": "0.0.12",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/readers # @llamaindex/readers
## 1.0.19
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/core@0.4.17
## 1.0.18 ## 1.0.18
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/readers", "name": "@llamaindex/readers",
"description": "LlamaIndex Readers", "description": "LlamaIndex Readers",
"version": "1.0.18", "version": "1.0.19",
"type": "module", "type": "module",
"exports": { "exports": {
"./node/hook": "./node/dist/hook.js", "./node/hook": "./node/dist/hook.js",
+40 -17
View File
@@ -176,7 +176,7 @@ importers:
version: 1.5.0(@aws-sdk/credential-provider-web-identity@3.693.0(@aws-sdk/client-sts@3.693.0)) version: 1.5.0(@aws-sdk/credential-provider-web-identity@3.693.0(@aws-sdk/client-sts@3.693.0))
ai: ai:
specifier: ^3.4.33 specifier: ^3.4.33
version: 3.4.33(openai@4.72.0(encoding@0.1.13)(zod@3.23.8))(react@18.3.1)(sswr@2.1.0(svelte@5.2.3))(svelte@5.2.3)(vue@3.5.12(typescript@5.6.3))(zod@3.23.8) version: 3.4.33(openai@4.73.1(encoding@0.1.13)(zod@3.23.8))(react@18.3.1)(sswr@2.1.0(svelte@5.2.3))(svelte@5.2.3)(vue@3.5.12(typescript@5.6.3))(zod@3.23.8)
class-variance-authority: class-variance-authority:
specifier: ^0.7.0 specifier: ^0.7.0
version: 0.7.0 version: 0.7.0
@@ -603,13 +603,13 @@ importers:
specifier: ^1.4.1 specifier: ^1.4.1
version: 1.5.0 version: 1.5.0
'@llamaindex/core': '@llamaindex/core':
specifier: ^0.4.16 specifier: ^0.4.17
version: link:../packages/core version: link:../packages/core
'@llamaindex/readers': '@llamaindex/readers':
specifier: ^1.0.18 specifier: ^1.0.19
version: link:../packages/readers version: link:../packages/readers
'@llamaindex/vercel': '@llamaindex/vercel':
specifier: ^0.0.3 specifier: ^0.0.4
version: link:../packages/providers/vercel version: link:../packages/providers/vercel
'@llamaindex/workflow': '@llamaindex/workflow':
specifier: ^0.0.7 specifier: ^0.0.7
@@ -631,7 +631,7 @@ importers:
version: 4.0.6(react@19.0.0-rc-bf7e210c-20241017)(zod@3.23.8) version: 4.0.6(react@19.0.0-rc-bf7e210c-20241017)(zod@3.23.8)
chromadb: chromadb:
specifier: ^1.8.1 specifier: ^1.8.1
version: 1.9.2(@google/generative-ai@0.21.0)(cohere-ai@7.14.0(@aws-sdk/client-sso-oidc@3.693.0(@aws-sdk/client-sts@3.693.0))(encoding@0.1.13))(encoding@0.1.13)(openai@4.72.0(encoding@0.1.13)(zod@3.23.8)) version: 1.9.2(@google/generative-ai@0.21.0)(cohere-ai@7.14.0(@aws-sdk/client-sso-oidc@3.693.0(@aws-sdk/client-sts@3.693.0))(encoding@0.1.13))(encoding@0.1.13)(openai@4.73.1(encoding@0.1.13)(zod@3.23.8))
commander: commander:
specifier: ^12.1.0 specifier: ^12.1.0
version: 12.1.0 version: 12.1.0
@@ -642,7 +642,7 @@ importers:
specifier: ^1.0.14 specifier: ^1.0.14
version: 1.0.15 version: 1.0.15
llamaindex: llamaindex:
specifier: ^0.8.25 specifier: ^0.8.26
version: link:../packages/llamaindex version: link:../packages/llamaindex
mongodb: mongodb:
specifier: ^6.7.0 specifier: ^6.7.0
@@ -746,8 +746,8 @@ importers:
specifier: workspace:* specifier: workspace:*
version: link:../../../llamaindex version: link:../../../llamaindex
openai: openai:
specifier: ^4.72.0 specifier: ^4.73.1
version: 4.72.0(encoding@0.1.13)(zod@3.23.8) version: 4.73.1(encoding@0.1.13)(zod@3.23.8)
devDependencies: devDependencies:
tsx: tsx:
specifier: ^4.19.0 specifier: ^4.19.0
@@ -1089,7 +1089,7 @@ importers:
version: 4.8.0(bufferutil@4.0.8) version: 4.8.0(bufferutil@4.0.8)
chromadb: chromadb:
specifier: 1.9.2 specifier: 1.9.2
version: 1.9.2(@google/generative-ai@0.21.0)(cohere-ai@7.14.0(@aws-sdk/client-sso-oidc@3.693.0(@aws-sdk/client-sts@3.693.0))(encoding@0.1.13))(encoding@0.1.13)(openai@4.72.0(encoding@0.1.13)(zod@3.23.8)) version: 1.9.2(@google/generative-ai@0.21.0)(cohere-ai@7.14.0(@aws-sdk/client-sso-oidc@3.693.0(@aws-sdk/client-sts@3.693.0))(encoding@0.1.13))(encoding@0.1.13)(openai@4.73.1(encoding@0.1.13)(zod@3.23.8))
chromadb-default-embed: chromadb-default-embed:
specifier: ^2.13.2 specifier: ^2.13.2
version: 2.13.2 version: 2.13.2
@@ -1115,8 +1115,8 @@ importers:
specifier: ^6.7.0 specifier: ^6.7.0
version: 6.10.0(@aws-sdk/credential-providers@3.693.0(@aws-sdk/client-sso-oidc@3.693.0(@aws-sdk/client-sts@3.693.0))) version: 6.10.0(@aws-sdk/credential-providers@3.693.0(@aws-sdk/client-sso-oidc@3.693.0(@aws-sdk/client-sts@3.693.0)))
openai: openai:
specifier: ^4.72.0 specifier: ^4.73.1
version: 4.72.0(encoding@0.1.13)(zod@3.23.8) version: 4.73.1(encoding@0.1.13)(zod@3.23.8)
pathe: pathe:
specifier: ^1.1.2 specifier: ^1.1.2
version: 1.1.2 version: 1.1.2
@@ -1333,8 +1333,8 @@ importers:
specifier: workspace:* specifier: workspace:*
version: link:../../env version: link:../../env
openai: openai:
specifier: ^4.72.0 specifier: ^4.73.1
version: 4.72.0(encoding@0.1.13)(zod@3.23.8) version: 4.73.1(encoding@0.1.13)(zod@3.23.8)
devDependencies: devDependencies:
bunchee: bunchee:
specifier: 5.6.1 specifier: 5.6.1
@@ -10271,6 +10271,15 @@ packages:
zod: zod:
optional: true optional: true
openai@4.73.1:
resolution: {integrity: sha512-nWImDJBcUsqrhy7yJScXB4+iqjzbUEgzfA3un/6UnHFdwWhjX24oztj69Ped/njABfOdLcO/F7CeWTI5dt8Xmg==}
hasBin: true
peerDependencies:
zod: ^3.23.8
peerDependenciesMeta:
zod:
optional: true
openapi-sampler@1.5.1: openapi-sampler@1.5.1:
resolution: {integrity: sha512-tIWIrZUKNAsbqf3bd9U1oH6JEXo8LNYuDlXw26By67EygpjT+ArFnsxxyTMjFWRfbqo5ozkvgSQDK69Gd8CddA==} resolution: {integrity: sha512-tIWIrZUKNAsbqf3bd9U1oH6JEXo8LNYuDlXw26By67EygpjT+ArFnsxxyTMjFWRfbqo5ozkvgSQDK69Gd8CddA==}
@@ -19183,7 +19192,7 @@ snapshots:
clean-stack: 2.2.0 clean-stack: 2.2.0
indent-string: 4.0.0 indent-string: 4.0.0
ai@3.4.33(openai@4.72.0(encoding@0.1.13)(zod@3.23.8))(react@18.3.1)(sswr@2.1.0(svelte@5.2.3))(svelte@5.2.3)(vue@3.5.12(typescript@5.6.3))(zod@3.23.8): ai@3.4.33(openai@4.73.1(encoding@0.1.13)(zod@3.23.8))(react@18.3.1)(sswr@2.1.0(svelte@5.2.3))(svelte@5.2.3)(vue@3.5.12(typescript@5.6.3))(zod@3.23.8):
dependencies: dependencies:
'@ai-sdk/provider': 0.0.26 '@ai-sdk/provider': 0.0.26
'@ai-sdk/provider-utils': 1.0.22(zod@3.23.8) '@ai-sdk/provider-utils': 1.0.22(zod@3.23.8)
@@ -19199,7 +19208,7 @@ snapshots:
secure-json-parse: 2.7.0 secure-json-parse: 2.7.0
zod-to-json-schema: 3.23.5(zod@3.23.8) zod-to-json-schema: 3.23.5(zod@3.23.8)
optionalDependencies: optionalDependencies:
openai: 4.72.0(encoding@0.1.13)(zod@3.23.8) openai: 4.73.1(encoding@0.1.13)(zod@3.23.8)
react: 18.3.1 react: 18.3.1
sswr: 2.1.0(svelte@5.2.3) sswr: 2.1.0(svelte@5.2.3)
svelte: 5.2.3 svelte: 5.2.3
@@ -19904,14 +19913,14 @@ snapshots:
optionalDependencies: optionalDependencies:
onnxruntime-node: 1.14.0 onnxruntime-node: 1.14.0
chromadb@1.9.2(@google/generative-ai@0.21.0)(cohere-ai@7.14.0(@aws-sdk/client-sso-oidc@3.693.0(@aws-sdk/client-sts@3.693.0))(encoding@0.1.13))(encoding@0.1.13)(openai@4.72.0(encoding@0.1.13)(zod@3.23.8)): chromadb@1.9.2(@google/generative-ai@0.21.0)(cohere-ai@7.14.0(@aws-sdk/client-sso-oidc@3.693.0(@aws-sdk/client-sts@3.693.0))(encoding@0.1.13))(encoding@0.1.13)(openai@4.73.1(encoding@0.1.13)(zod@3.23.8)):
dependencies: dependencies:
cliui: 8.0.1 cliui: 8.0.1
isomorphic-fetch: 3.0.0(encoding@0.1.13) isomorphic-fetch: 3.0.0(encoding@0.1.13)
optionalDependencies: optionalDependencies:
'@google/generative-ai': 0.21.0 '@google/generative-ai': 0.21.0
cohere-ai: 7.14.0(@aws-sdk/client-sso-oidc@3.693.0(@aws-sdk/client-sts@3.693.0))(encoding@0.1.13) cohere-ai: 7.14.0(@aws-sdk/client-sso-oidc@3.693.0(@aws-sdk/client-sts@3.693.0))(encoding@0.1.13)
openai: 4.72.0(encoding@0.1.13)(zod@3.23.8) openai: 4.73.1(encoding@0.1.13)(zod@3.23.8)
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
@@ -24710,6 +24719,20 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
openai@4.73.1(encoding@0.1.13)(zod@3.23.8):
dependencies:
'@types/node': 18.19.64
'@types/node-fetch': 2.6.12
abort-controller: 3.0.0
agentkeepalive: 4.5.0
form-data-encoder: 1.7.2
formdata-node: 4.4.1
node-fetch: 2.7.0(encoding@0.1.13)
optionalDependencies:
zod: 3.23.8
transitivePeerDependencies:
- encoding
openapi-sampler@1.5.1: openapi-sampler@1.5.1:
dependencies: dependencies:
'@types/json-schema': 7.0.15 '@types/json-schema': 7.0.15
+12
View File
@@ -1,5 +1,17 @@
# @llamaindex/unit-test # @llamaindex/unit-test
## 0.0.36
### Patch Changes
- Updated dependencies [3d1808b]
- @llamaindex/core@0.4.17
- llamaindex@0.8.26
- @llamaindex/openai@0.1.42
- @llamaindex/cloud@2.0.17
- @llamaindex/node-parser@0.0.18
- @llamaindex/readers@1.0.19
## 0.0.35 ## 0.0.35
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/unit-test", "name": "@llamaindex/unit-test",
"private": true, "private": true,
"version": "0.0.35", "version": "0.0.36",
"type": "module", "type": "module",
"scripts": { "scripts": {
"test": "vitest run" "test": "vitest run"