Compare commits

..

1 Commits

Author SHA1 Message Date
Alex Yang 972dda5e9b fix: bundle output incorrect 2025-02-10 21:22:24 +08:00
97 changed files with 105 additions and 656 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@llamaindex/doc": patch
---
chore: update examples and docs to use unified imports
+5
View File
@@ -0,0 +1,5 @@
---
"@llamaindex/google": patch
---
fix(gemini): use function role for message contains tool-result
+38
View File
@@ -0,0 +1,38 @@
---
"@llamaindex/pinecone": patch
"@llamaindex/postgres": patch
"@llamaindex/weaviate": patch
"@llamaindex/mongodb": patch
"@llamaindex/upstash": patch
"@llamaindex/chroma": patch
"@llamaindex/milvus": patch
"@llamaindex/qdrant": patch
"@llamaindex/astra": patch
"@llamaindex/azure": patch
"@llamaindex/huggingface": patch
"@llamaindex/mixedbread": patch
"@llamaindex/portkey-ai": patch
"@llamaindex/anthropic": patch
"@llamaindex/deepinfra": patch
"@llamaindex/replicate": patch
"@llamaindex/mistral": patch
"@llamaindex/cohere": patch
"@llamaindex/google": patch
"@llamaindex/ollama": patch
"@llamaindex/openai": patch
"@llamaindex/vercel": patch
"@llamaindex/clip": patch
"@llamaindex/groq": patch
"@llamaindex/vllm": patch
"@llamaindex/node-parser": patch
"@llamaindex/community": patch
"@llamaindex/autotool": patch
"@llamaindex/workflow": patch
"@llamaindex/readers": patch
"@llamaindex/cloud": patch
"@llamaindex/core": patch
"@llamaindex/env": patch
"llamaindex": patch
---
fix: bundle output incorrect
+5
View File
@@ -0,0 +1,5 @@
---
"@llamaindex/openai": patch
---
fix: moved the temp exclusion lower level for o3 mini openai
-22
View File
@@ -1,27 +1,5 @@
# @llamaindex/doc
## 0.0.40
### Patch Changes
- Updated dependencies [cb608b5]
- @llamaindex/openai@0.1.50
- @llamaindex/node-parser@0.0.23
- @llamaindex/workflow@0.0.9
- @llamaindex/readers@1.0.24
- @llamaindex/cloud@2.0.23
- @llamaindex/core@0.4.22
- llamaindex@0.8.36
## 0.0.39
### Patch Changes
- 6d4d96f: chore: update examples and docs to use unified imports
- Updated dependencies [15563a0]
- @llamaindex/openai@0.1.49
- llamaindex@0.8.35
## 0.0.38
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/doc",
"version": "0.0.40",
"version": "0.0.38",
"private": true,
"scripts": {
"build": "pnpm run build:docs && next build",
@@ -1,18 +1,5 @@
# @llamaindex/cloudflare-worker-agent-test
## 0.0.132
### Patch Changes
- Updated dependencies [cb608b5]
- llamaindex@0.8.36
## 0.0.131
### Patch Changes
- llamaindex@0.8.35
## 0.0.130
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/cloudflare-worker-agent-test",
"version": "0.0.132",
"version": "0.0.130",
"type": "module",
"private": true,
"scripts": {
@@ -1,12 +1,5 @@
# @llamaindex/llama-parse-browser-test
## 0.0.43
### Patch Changes
- Updated dependencies [cb608b5]
- @llamaindex/cloud@2.0.23
## 0.0.42
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/llama-parse-browser-test",
"private": true,
"version": "0.0.43",
"version": "0.0.42",
"type": "module",
"scripts": {
"dev": "vite",
-13
View File
@@ -1,18 +1,5 @@
# @llamaindex/next-agent-test
## 0.1.132
### Patch Changes
- Updated dependencies [cb608b5]
- llamaindex@0.8.36
## 0.1.131
### Patch Changes
- llamaindex@0.8.35
## 0.1.130
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/next-agent-test",
"version": "0.1.132",
"version": "0.1.130",
"private": true,
"scripts": {
"dev": "next dev",
@@ -1,18 +1,5 @@
# test-edge-runtime
## 0.1.131
### Patch Changes
- Updated dependencies [cb608b5]
- llamaindex@0.8.36
## 0.1.130
### Patch Changes
- llamaindex@0.8.35
## 0.1.129
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/nextjs-edge-runtime-test",
"version": "0.1.131",
"version": "0.1.129",
"private": true,
"scripts": {
"dev": "next dev",
@@ -1,18 +1,5 @@
# @llamaindex/next-node-runtime
## 0.0.113
### Patch Changes
- Updated dependencies [cb608b5]
- llamaindex@0.8.36
## 0.0.112
### Patch Changes
- llamaindex@0.8.35
## 0.0.111
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/next-node-runtime-test",
"version": "0.0.113",
"version": "0.0.111",
"private": true,
"scripts": {
"dev": "next dev",
@@ -1,18 +1,5 @@
# @llamaindex/waku-query-engine-test
## 0.0.132
### Patch Changes
- Updated dependencies [cb608b5]
- llamaindex@0.8.36
## 0.0.131
### Patch Changes
- llamaindex@0.8.35
## 0.0.130
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/waku-query-engine-test",
"version": "0.0.132",
"version": "0.0.130",
"type": "module",
"private": true,
"scripts": {
-51
View File
@@ -1,56 +1,5 @@
# examples
## 0.1.2
### Patch Changes
- Updated dependencies [cb608b5]
- @llamaindex/pinecone@0.0.3
- @llamaindex/postgres@0.0.31
- @llamaindex/weaviate@0.0.3
- @llamaindex/mongodb@0.0.3
- @llamaindex/upstash@0.0.3
- @llamaindex/chroma@0.0.3
- @llamaindex/milvus@0.0.3
- @llamaindex/qdrant@0.0.3
- @llamaindex/astra@0.0.3
- @llamaindex/azure@0.0.3
- @llamaindex/huggingface@0.0.34
- @llamaindex/mixedbread@0.0.3
- @llamaindex/portkey-ai@0.0.31
- @llamaindex/anthropic@0.0.32
- @llamaindex/deepinfra@0.0.34
- @llamaindex/replicate@0.0.31
- @llamaindex/mistral@0.0.3
- @llamaindex/cohere@0.0.3
- @llamaindex/google@0.0.5
- @llamaindex/ollama@0.0.38
- @llamaindex/openai@0.1.50
- @llamaindex/vercel@0.0.9
- @llamaindex/clip@0.0.34
- @llamaindex/groq@0.0.49
- @llamaindex/vllm@0.0.20
- @llamaindex/node-parser@0.0.23
- @llamaindex/workflow@0.0.9
- @llamaindex/readers@1.0.24
- @llamaindex/cloud@2.0.23
- llamaindex@0.8.36
## 0.1.1
### Patch Changes
- Updated dependencies [b6ea2bf]
- Updated dependencies [15563a0]
- @llamaindex/google@0.0.4
- @llamaindex/openai@0.1.49
- llamaindex@0.8.35
- @llamaindex/clip@0.0.33
- @llamaindex/deepinfra@0.0.33
- @llamaindex/groq@0.0.48
- @llamaindex/huggingface@0.0.33
- @llamaindex/vllm@0.0.19
## 0.1.0
### Minor Changes
+4 -4
View File
@@ -1,14 +1,14 @@
{
"name": "@llamaindex/examples",
"private": true,
"version": "0.1.2",
"version": "0.1.0",
"dependencies": {
"@ai-sdk/openai": "^1.0.5",
"@azure/cosmos": "^4.1.1",
"@azure/identity": "^4.4.1",
"@azure/search-documents": "^12.1.0",
"@llamaindex/vercel": "^0.0.9",
"@llamaindex/workflow": "^0.0.9",
"@llamaindex/vercel": "^0.0.8",
"@llamaindex/workflow": "^0.0.8",
"@notionhq/client": "^2.2.15",
"@pinecone-database/pinecone": "^4.0.0",
"@vercel/postgres": "^0.10.0",
@@ -16,7 +16,7 @@
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"js-tiktoken": "^1.0.14",
"llamaindex": "^0.8.36",
"llamaindex": "^0.8.33",
"mongodb": "6.7.0",
"postgres": "^3.4.4",
"ajv": "^8.17.1",
-14
View File
@@ -1,19 +1,5 @@
# @llamaindex/autotool
## 5.0.36
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- llamaindex@0.8.36
## 5.0.35
### Patch Changes
- llamaindex@0.8.35
## 5.0.34
### Patch Changes
@@ -1,20 +1,5 @@
# @llamaindex/autotool-01-node-example
## 0.0.79
### Patch Changes
- Updated dependencies [cb608b5]
- @llamaindex/autotool@5.0.36
- llamaindex@0.8.36
## 0.0.78
### Patch Changes
- llamaindex@0.8.35
- @llamaindex/autotool@5.0.35
## 0.0.77
### Patch Changes
@@ -13,5 +13,5 @@
"scripts": {
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
},
"version": "0.0.79"
"version": "0.0.77"
}
@@ -1,20 +1,5 @@
# @llamaindex/autotool-02-next-example
## 0.1.123
### Patch Changes
- Updated dependencies [cb608b5]
- @llamaindex/autotool@5.0.36
- llamaindex@0.8.36
## 0.1.122
### Patch Changes
- llamaindex@0.8.35
- @llamaindex/autotool@5.0.35
## 0.1.121
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/autotool-02-next-example",
"private": true,
"version": "0.1.123",
"version": "0.1.121",
"scripts": {
"dev": "next dev",
"build": "next build",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/autotool",
"type": "module",
"version": "5.0.36",
"version": "5.0.34",
"description": "auto transpile your JS function to LLM Agent compatible",
"files": [
"dist",
-9
View File
@@ -1,14 +1,5 @@
# @llamaindex/cloud
## 2.0.23
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 2.0.22
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/cloud",
"version": "2.0.23",
"version": "2.0.22",
"type": "module",
"license": "MIT",
"scripts": {
-9
View File
@@ -1,14 +1,5 @@
# @llamaindex/community
## 0.0.80
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.79
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/community",
"description": "Community package for LlamaIndexTS",
"version": "0.0.80",
"version": "0.0.79",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
-8
View File
@@ -1,13 +1,5 @@
# @llamaindex/core
## 0.4.22
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/env@0.1.26
## 0.4.21
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/core",
"type": "module",
"version": "0.4.22",
"version": "0.4.21",
"description": "LlamaIndex Core Module",
"exports": {
"./agent": {
-6
View File
@@ -1,11 +1,5 @@
# @llamaindex/env
## 0.1.26
### Patch Changes
- cb608b5: fix: bundle output incorrect
## 0.1.25
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/env",
"description": "environment wrapper, supports all JS environment including node, deno, bun, edge runtime, and cloudflare worker",
"version": "0.1.26",
"version": "0.1.25",
"type": "module",
"types": "dist/index.d.ts",
"module": "dist/index.js",
-13
View File
@@ -1,18 +1,5 @@
# @llamaindex/experimental
## 0.0.148
### Patch Changes
- Updated dependencies [cb608b5]
- llamaindex@0.8.36
## 0.0.147
### Patch Changes
- llamaindex@0.8.35
## 0.0.146
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/experimental",
"description": "Experimental package for LlamaIndexTS",
"version": "0.0.148",
"version": "0.0.146",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
-50
View File
@@ -1,55 +1,5 @@
# llamaindex
## 0.8.36
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/pinecone@0.0.3
- @llamaindex/postgres@0.0.31
- @llamaindex/weaviate@0.0.3
- @llamaindex/mongodb@0.0.3
- @llamaindex/upstash@0.0.3
- @llamaindex/chroma@0.0.3
- @llamaindex/milvus@0.0.3
- @llamaindex/qdrant@0.0.3
- @llamaindex/astra@0.0.3
- @llamaindex/azure@0.0.3
- @llamaindex/huggingface@0.0.34
- @llamaindex/mixedbread@0.0.3
- @llamaindex/portkey-ai@0.0.31
- @llamaindex/anthropic@0.0.32
- @llamaindex/deepinfra@0.0.34
- @llamaindex/replicate@0.0.31
- @llamaindex/mistral@0.0.3
- @llamaindex/cohere@0.0.3
- @llamaindex/google@0.0.5
- @llamaindex/ollama@0.0.38
- @llamaindex/openai@0.1.50
- @llamaindex/clip@0.0.34
- @llamaindex/groq@0.0.49
- @llamaindex/vllm@0.0.20
- @llamaindex/node-parser@0.0.23
- @llamaindex/readers@1.0.24
- @llamaindex/cloud@2.0.23
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.8.35
### Patch Changes
- Updated dependencies [b6ea2bf]
- Updated dependencies [15563a0]
- @llamaindex/google@0.0.4
- @llamaindex/openai@0.1.49
- @llamaindex/clip@0.0.33
- @llamaindex/deepinfra@0.0.33
- @llamaindex/groq@0.0.48
- @llamaindex/huggingface@0.0.33
- @llamaindex/vllm@0.0.19
## 0.8.34
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "llamaindex",
"version": "0.8.36",
"version": "0.8.34",
"license": "MIT",
"type": "module",
"keywords": [
-9
View File
@@ -1,14 +1,5 @@
# @llamaindex/node-parser
## 0.0.23
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.22
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/node-parser",
"version": "0.0.23",
"version": "0.0.22",
"description": "Node parser for LlamaIndex",
"type": "module",
"exports": {
@@ -1,14 +1,5 @@
# @llamaindex/anthropic
## 0.0.32
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.31
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/anthropic",
"description": "Anthropic Adapter for LlamaIndex",
"version": "0.0.32",
"version": "0.0.31",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
-17
View File
@@ -1,22 +1,5 @@
# @llamaindex/clip
## 0.0.34
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/openai@0.1.50
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.33
### Patch Changes
- Updated dependencies [15563a0]
- @llamaindex/openai@0.1.49
## 0.0.32
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/clip",
"description": "Clip Embedding Adapter for LlamaIndex",
"version": "0.0.34",
"version": "0.0.32",
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
-9
View File
@@ -1,14 +1,5 @@
# @llamaindex/cohere
## 0.0.3
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/cohere",
"description": "Cohere Adapter for LlamaIndex",
"version": "0.0.3",
"version": "0.0.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
-17
View File
@@ -1,22 +1,5 @@
# @llamaindex/deepinfra
## 0.0.34
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/openai@0.1.50
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.33
### Patch Changes
- Updated dependencies [15563a0]
- @llamaindex/openai@0.1.49
## 0.0.32
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/deepinfra",
"description": "Deepinfra Adapter for LlamaIndex",
"version": "0.0.34",
"version": "0.0.32",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
-15
View File
@@ -1,20 +1,5 @@
# @llamaindex/google
## 0.0.5
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.4
### Patch Changes
- b6ea2bf: fix(gemini): use function role for message contains tool-result
## 0.0.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/google",
"description": "Google Adapter for LlamaIndex",
"version": "0.0.5",
"version": "0.0.3",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
-16
View File
@@ -1,21 +1,5 @@
# @llamaindex/groq
## 0.0.49
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/openai@0.1.50
- @llamaindex/env@0.1.26
## 0.0.48
### Patch Changes
- Updated dependencies [15563a0]
- @llamaindex/openai@0.1.49
## 0.0.47
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/groq",
"description": "Groq Adapter for LlamaIndex",
"version": "0.0.49",
"version": "0.0.47",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,22 +1,5 @@
# @llamaindex/huggingface
## 0.0.34
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/openai@0.1.50
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.33
### Patch Changes
- Updated dependencies [15563a0]
- @llamaindex/openai@0.1.49
## 0.0.32
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/huggingface",
"description": "Huggingface Adapter for LlamaIndex",
"version": "0.0.34",
"version": "0.0.32",
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
-9
View File
@@ -1,14 +1,5 @@
# @llamaindex/mistral
## 0.0.3
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/mistral",
"description": "Mistral Adapter for LlamaIndex",
"version": "0.0.3",
"version": "0.0.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,14 +1,5 @@
# @llamaindex/mixedbread
## 0.0.3
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/mixedbread",
"description": "Mixedbread Adapter for LlamaIndex",
"version": "0.0.3",
"version": "0.0.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
-9
View File
@@ -1,14 +1,5 @@
# @llamaindex/ollama
## 0.0.38
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.37
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/ollama",
"description": "Ollama Adapter for LlamaIndex",
"version": "0.0.38",
"version": "0.0.37",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
-15
View File
@@ -1,20 +1,5 @@
# @llamaindex/openai
## 0.1.50
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.1.49
### Patch Changes
- 15563a0: fix: moved the temp exclusion lower level for o3 mini openai
## 0.1.48
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/openai",
"description": "OpenAI Adapter for LlamaIndex",
"version": "0.1.50",
"version": "0.1.48",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,14 +1,5 @@
# @llamaindex/portkey-ai
## 0.0.31
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.30
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/portkey-ai",
"description": "Portkey Adapter for LlamaIndex",
"version": "0.0.31",
"version": "0.0.30",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,14 +1,5 @@
# @llamaindex/replicate
## 0.0.31
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.30
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/replicate",
"description": "Replicate Adapter for LlamaIndex",
"version": "0.0.31",
"version": "0.0.30",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,14 +1,5 @@
# @llamaindex/astra
## 0.0.3
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/astra",
"description": "Astra Storage for LlamaIndex",
"version": "0.0.3",
"version": "0.0.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,14 +1,5 @@
# @llamaindex/azure
## 0.0.3
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/azure",
"description": "Azure Storage for LlamaIndex",
"version": "0.0.3",
"version": "0.0.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,14 +1,5 @@
# @llamaindex/chroma
## 0.0.3
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/chroma",
"description": "Chroma Storage for LlamaIndex",
"version": "0.0.3",
"version": "0.0.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,14 +1,5 @@
# @llamaindex/milvus
## 0.0.3
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/milvus",
"description": "Milvus Storage for LlamaIndex",
"version": "0.0.3",
"version": "0.0.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,14 +1,5 @@
# @llamaindex/mongodb
## 0.0.3
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/mongodb",
"description": "MongoDB Storage for LlamaIndex",
"version": "0.0.3",
"version": "0.0.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,14 +1,5 @@
# @llamaindex/pinecone
## 0.0.3
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/pinecone",
"description": "Pinecone Storage for LlamaIndex",
"version": "0.0.3",
"version": "0.0.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,14 +1,5 @@
# @llamaindex/postgres
## 0.0.31
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.30
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/postgres",
"description": "PostgreSQL Storage for LlamaIndex",
"version": "0.0.31",
"version": "0.0.30",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,14 +1,5 @@
# @llamaindex/qdrant
## 0.0.3
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/qdrant",
"description": "Qdrant Storage for LlamaIndex",
"version": "0.0.3",
"version": "0.0.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,14 +1,5 @@
# @llamaindex/upstash
## 0.0.3
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/upstash",
"description": "Upstash Storage for LlamaIndex",
"version": "0.0.3",
"version": "0.0.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,14 +1,5 @@
# @llamaindex/weaviate
## 0.0.3
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 0.0.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/weaviate",
"description": "Weaviate Storage for LlamaIndex",
"version": "0.0.3",
"version": "0.0.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
-8
View File
@@ -1,13 +1,5 @@
# @llamaindex/vercel
## 0.0.9
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
## 0.0.8
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/vercel",
"description": "Vercel Adapter for LlamaIndex",
"version": "0.0.9",
"version": "0.0.8",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
-15
View File
@@ -1,20 +1,5 @@
# @llamaindex/vllm
## 0.0.20
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/openai@0.1.50
## 0.0.19
### Patch Changes
- Updated dependencies [15563a0]
- @llamaindex/openai@0.1.49
## 0.0.18
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/vllm",
"description": "vLLM Adapter for LlamaIndex",
"version": "0.0.20",
"version": "0.0.18",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
-9
View File
@@ -1,14 +1,5 @@
# @llamaindex/readers
## 1.0.24
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/core@0.4.22
- @llamaindex/env@0.1.26
## 1.0.23
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/readers",
"description": "LlamaIndex Readers",
"version": "1.0.24",
"version": "1.0.23",
"type": "module",
"exports": {
"./node/hook": "./node/dist/hook.js",
-8
View File
@@ -1,13 +1,5 @@
# @llamaindex/workflow
## 0.0.9
### Patch Changes
- cb608b5: fix: bundle output incorrect
- Updated dependencies [cb608b5]
- @llamaindex/env@0.1.26
## 0.0.8
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/workflow",
"description": "Workflow API",
"version": "0.0.9",
"version": "0.0.8",
"type": "module",
"types": "dist/index.d.ts",
"module": "dist/index.js",
+3 -3
View File
@@ -628,7 +628,7 @@ importers:
specifier: workspace:*
version: link:../packages/providers/storage/upstash
'@llamaindex/vercel':
specifier: ^0.0.9
specifier: ^0.0.8
version: link:../packages/providers/vercel
'@llamaindex/vllm':
specifier: workspace:*
@@ -637,7 +637,7 @@ importers:
specifier: workspace:*
version: link:../packages/providers/storage/weaviate
'@llamaindex/workflow':
specifier: ^0.0.9
specifier: ^0.0.8
version: link:../packages/workflow
'@notionhq/client':
specifier: ^2.2.15
@@ -664,7 +664,7 @@ importers:
specifier: ^1.0.14
version: 1.0.14
llamaindex:
specifier: ^0.8.36
specifier: ^0.8.33
version: link:../packages/llamaindex
mongodb:
specifier: 6.7.0
-21
View File
@@ -1,26 +1,5 @@
# @llamaindex/unit-test
## 0.0.46
### Patch Changes
- Updated dependencies [cb608b5]
- @llamaindex/openai@0.1.50
- @llamaindex/node-parser@0.0.23
- @llamaindex/workflow@0.0.9
- @llamaindex/readers@1.0.24
- @llamaindex/cloud@2.0.23
- @llamaindex/core@0.4.22
- llamaindex@0.8.36
## 0.0.45
### Patch Changes
- Updated dependencies [15563a0]
- @llamaindex/openai@0.1.49
- llamaindex@0.8.35
## 0.0.44
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/unit-test",
"private": true,
"version": "0.0.46",
"version": "0.0.44",
"type": "module",
"scripts": {
"test": "vitest run"