Skip to content
Snippets Groups Projects
Unverified Commit c2a345eb authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files
Showing
with 177 additions and 39 deletions
# @llamaindex/next-node-runtime # @llamaindex/next-node-runtime
## 0.1.0
### Minor Changes
- 6a4a737: Remove re-exports from llamaindex main package
### Patch Changes
- Updated dependencies [6a4a737]
- Updated dependencies [d924c63]
- Updated dependencies [b490376]
- Updated dependencies [f4588bc]
- llamaindex@0.9.0
- @llamaindex/huggingface@0.0.36
- @llamaindex/readers@2.0.0
## 0.0.114 ## 0.0.114
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/next-node-runtime-test", "name": "@llamaindex/next-node-runtime-test",
"version": "0.0.114", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
......
# @llamaindex/waku-query-engine-test # @llamaindex/waku-query-engine-test
## 0.0.134
### Patch Changes
- Updated dependencies [6a4a737]
- Updated dependencies [d924c63]
- Updated dependencies [b490376]
- Updated dependencies [f4588bc]
- llamaindex@0.9.0
## 0.0.133 ## 0.0.133
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/waku-query-engine-test", "name": "@llamaindex/waku-query-engine-test",
"version": "0.0.133", "version": "0.0.134",
"type": "module", "type": "module",
"private": true, "private": true,
"scripts": { "scripts": {
......
{ {
"name": "@llamaindex/e2e", "name": "@llamaindex/e2e",
"private": true, "private": true,
"version": "0.0.8", "version": "0.1.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"e2e": "node --import tsx --import ./mock-register.js --test ./node/**/*.e2e.ts", "e2e": "node --import tsx --import ./mock-register.js --test ./node/**/*.e2e.ts",
......
# examples # examples
## 0.2.0
### Minor Changes
- 6a4a737: Remove re-exports from llamaindex main package
- f4588bc: Remove readers package from llamaindex
### Patch Changes
- b490376: Remove deprecated ServiceContext
- Updated dependencies [6a4a737]
- Updated dependencies [d924c63]
- Updated dependencies [b490376]
- Updated dependencies [f4588bc]
- @llamaindex/milvus@0.1.0
- @llamaindex/qdrant@0.1.0
- @llamaindex/azure@0.1.0
- @llamaindex/anthropic@0.1.0
- llamaindex@0.9.0
- @llamaindex/cloud@3.0.0
- @llamaindex/node-parser@1.0.0
- @llamaindex/clip@0.0.36
- @llamaindex/cohere@0.0.5
- @llamaindex/deepinfra@0.0.36
- @llamaindex/google@0.0.7
- @llamaindex/huggingface@0.0.36
- @llamaindex/mistral@0.0.5
- @llamaindex/mixedbread@0.0.5
- @llamaindex/ollama@0.0.40
- @llamaindex/openai@0.1.52
- @llamaindex/portkey-ai@0.0.33
- @llamaindex/replicate@0.0.33
- @llamaindex/astra@0.0.5
- @llamaindex/chroma@0.0.5
- @llamaindex/mongodb@0.0.5
- @llamaindex/pinecone@0.0.5
- @llamaindex/postgres@0.0.33
- @llamaindex/upstash@0.0.5
- @llamaindex/weaviate@0.0.5
- @llamaindex/vercel@0.0.11
- @llamaindex/readers@2.0.0
- @llamaindex/groq@0.0.51
- @llamaindex/vllm@0.0.22
## 0.1.3 ## 0.1.3
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/examples", "name": "@llamaindex/examples",
"version": "0.1.3", "version": "0.2.0",
"private": true, "private": true,
"scripts": { "scripts": {
"lint": "eslint .", "lint": "eslint .",
...@@ -11,35 +11,35 @@ ...@@ -11,35 +11,35 @@
"@azure/cosmos": "^4.1.1", "@azure/cosmos": "^4.1.1",
"@azure/identity": "^4.4.1", "@azure/identity": "^4.4.1",
"@azure/search-documents": "^12.1.0", "@azure/search-documents": "^12.1.0",
"@llamaindex/anthropic": "^0.0.33", "@llamaindex/anthropic": "^0.1.0",
"@llamaindex/astra": "^0.0.4", "@llamaindex/astra": "^0.0.5",
"@llamaindex/azure": "^0.0.4", "@llamaindex/azure": "^0.1.0",
"@llamaindex/chroma": "^0.0.4", "@llamaindex/chroma": "^0.0.5",
"@llamaindex/clip": "^0.0.35", "@llamaindex/clip": "^0.0.36",
"@llamaindex/cloud": "^2.0.24", "@llamaindex/cloud": "^3.0.0",
"@llamaindex/cohere": "^0.0.4", "@llamaindex/cohere": "^0.0.5",
"@llamaindex/deepinfra": "^0.0.35", "@llamaindex/deepinfra": "^0.0.36",
"@llamaindex/env": "^0.1.27", "@llamaindex/env": "^0.1.27",
"@llamaindex/google": "^0.0.6", "@llamaindex/google": "^0.0.7",
"@llamaindex/groq": "^0.0.50", "@llamaindex/groq": "^0.0.51",
"@llamaindex/huggingface": "^0.0.35", "@llamaindex/huggingface": "^0.0.36",
"@llamaindex/milvus": "^0.0.4", "@llamaindex/milvus": "^0.1.0",
"@llamaindex/mistral": "^0.0.4", "@llamaindex/mistral": "^0.0.5",
"@llamaindex/mixedbread": "^0.0.4", "@llamaindex/mixedbread": "^0.0.5",
"@llamaindex/mongodb": "^0.0.4", "@llamaindex/mongodb": "^0.0.5",
"@llamaindex/node-parser": "^0.0.24", "@llamaindex/node-parser": "^1.0.0",
"@llamaindex/ollama": "^0.0.39", "@llamaindex/ollama": "^0.0.40",
"@llamaindex/openai": "^0.1.51", "@llamaindex/openai": "^0.1.52",
"@llamaindex/pinecone": "^0.0.4", "@llamaindex/pinecone": "^0.0.5",
"@llamaindex/portkey-ai": "^0.0.32", "@llamaindex/portkey-ai": "^0.0.33",
"@llamaindex/postgres": "^0.0.32", "@llamaindex/postgres": "^0.0.33",
"@llamaindex/qdrant": "^0.0.4", "@llamaindex/qdrant": "^0.1.0",
"@llamaindex/readers": "^1.0.25", "@llamaindex/readers": "^2.0.0",
"@llamaindex/replicate": "^0.0.32", "@llamaindex/replicate": "^0.0.33",
"@llamaindex/upstash": "^0.0.4", "@llamaindex/upstash": "^0.0.5",
"@llamaindex/vercel": "^0.0.10", "@llamaindex/vercel": "^0.0.11",
"@llamaindex/vllm": "^0.0.21", "@llamaindex/vllm": "^0.0.22",
"@llamaindex/weaviate": "^0.0.4", "@llamaindex/weaviate": "^0.0.5",
"@llamaindex/workflow": "^0.0.10", "@llamaindex/workflow": "^0.0.10",
"@notionhq/client": "^2.2.15", "@notionhq/client": "^2.2.15",
"@pinecone-database/pinecone": "^4.0.0", "@pinecone-database/pinecone": "^4.0.0",
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,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.37", "llamaindex": "^0.9.0",
"mongodb": "6.7.0", "mongodb": "6.7.0",
"postgres": "^3.4.4", "postgres": "^3.4.4",
"wikipedia": "^2.1.2" "wikipedia": "^2.1.2"
......
# @llamaindex/autotool # @llamaindex/autotool
## 6.0.0
### Patch Changes
- Updated dependencies [6a4a737]
- Updated dependencies [d924c63]
- Updated dependencies [b490376]
- Updated dependencies [f4588bc]
- llamaindex@0.9.0
## 5.0.37 ## 5.0.37
### Patch Changes ### Patch Changes
......
# @llamaindex/autotool-01-node-example # @llamaindex/autotool-01-node-example
## 0.0.81
### Patch Changes
- Updated dependencies [6a4a737]
- Updated dependencies [d924c63]
- Updated dependencies [b490376]
- Updated dependencies [f4588bc]
- llamaindex@0.9.0
- @llamaindex/autotool@6.0.0
## 0.0.80 ## 0.0.80
### Patch Changes ### Patch Changes
......
...@@ -13,5 +13,5 @@ ...@@ -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.80" "version": "0.0.81"
} }
# @llamaindex/autotool-02-next-example # @llamaindex/autotool-02-next-example
## 0.1.125
### Patch Changes
- Updated dependencies [6a4a737]
- Updated dependencies [d924c63]
- Updated dependencies [b490376]
- Updated dependencies [f4588bc]
- llamaindex@0.9.0
- @llamaindex/autotool@6.0.0
## 0.1.124 ## 0.1.124
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/autotool-02-next-example", "name": "@llamaindex/autotool-02-next-example",
"private": true, "private": true,
"version": "0.1.124", "version": "0.1.125",
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"url": "git+https://github.com/run-llama/LlamaIndexTS.git", "url": "git+https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/autotool" "directory": "packages/autotool"
}, },
"version": "5.0.37", "version": "6.0.0",
"description": "auto transpile your JS function to LLM Agent compatible", "description": "auto transpile your JS function to LLM Agent compatible",
"files": [ "files": [
"dist", "dist",
......
# @llamaindex/cloud # @llamaindex/cloud
## 3.0.0
### Patch Changes
- Updated dependencies [6a4a737]
- Updated dependencies [d924c63]
- @llamaindex/core@0.5.0
## 2.0.24 ## 2.0.24
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/cloud", "name": "@llamaindex/cloud",
"version": "2.0.24", "version": "3.0.0",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
......
# @llamaindex/community # @llamaindex/community
## 0.0.82
### Patch Changes
- Updated dependencies [6a4a737]
- Updated dependencies [d924c63]
- @llamaindex/core@0.5.0
## 0.0.81 ## 0.0.81
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/community", "name": "@llamaindex/community",
"description": "Community package for LlamaIndexTS", "description": "Community package for LlamaIndexTS",
"version": "0.0.81", "version": "0.0.82",
"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",
......
# @llamaindex/core # @llamaindex/core
## 0.5.0
### Minor Changes
- 6a4a737: Remove re-exports from llamaindex main package
### Patch Changes
- d924c63: feat: asChatEngine function for index
## 0.4.23 ## 0.4.23
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/core", "name": "@llamaindex/core",
"type": "module", "type": "module",
"version": "0.4.23", "version": "0.5.0",
"description": "LlamaIndex Core Module", "description": "LlamaIndex Core Module",
"exports": { "exports": {
"./agent": { "./agent": {
......
# @llamaindex/experimental # @llamaindex/experimental
## 0.0.150
### Patch Changes
- Updated dependencies [6a4a737]
- Updated dependencies [d924c63]
- Updated dependencies [b490376]
- Updated dependencies [f4588bc]
- llamaindex@0.9.0
## 0.0.149 ## 0.0.149
### Patch Changes ### Patch Changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment