Skip to content
Snippets Groups Projects
Unverified Commit 74fc725f authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files
parent a0a74aed
No related branches found
No related tags found
No related merge requests found
Showing
with 91 additions and 19 deletions
---
"@llamaindex/core": minor
"llamaindex": minor
"@llamaindex/examples": patch
---
Add workflows
# docs # docs
## 0.0.69
### Patch Changes
- Updated dependencies [11feef8]
- llamaindex@0.6.0
- @llamaindex/examples@0.0.8
## 0.0.68 ## 0.0.68
### Patch Changes ### Patch Changes
......
{ {
"name": "docs", "name": "docs",
"version": "0.0.68", "version": "0.0.69",
"private": true, "private": true,
"scripts": { "scripts": {
"docusaurus": "docusaurus", "docusaurus": "docusaurus",
......
# examples # examples
## 0.0.8
### Patch Changes
- 11feef8: Add workflows
- Updated dependencies [11feef8]
- @llamaindex/core@0.2.0
- llamaindex@0.6.0
## 0.0.7 ## 0.0.7
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/examples", "name": "@llamaindex/examples",
"private": true, "private": true,
"version": "0.0.7", "version": "0.0.8",
"dependencies": { "dependencies": {
"@aws-crypto/sha256-js": "^5.2.0", "@aws-crypto/sha256-js": "^5.2.0",
"@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.1.0", "@llamaindex/core": "^0.2.0",
"@notionhq/client": "^2.2.15", "@notionhq/client": "^2.2.15",
"@pinecone-database/pinecone": "^3.0.2", "@pinecone-database/pinecone": "^3.0.2",
"@zilliz/milvus2-sdk-node": "^2.4.6", "@zilliz/milvus2-sdk-node": "^2.4.6",
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,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.5.0", "llamaindex": "^0.6.0",
"mongodb": "^6.7.0", "mongodb": "^6.7.0",
"pathe": "^1.1.2" "pathe": "^1.1.2"
}, },
......
# @llamaindex/autotool # @llamaindex/autotool
## 3.0.0
### Patch Changes
- Updated dependencies [11feef8]
- llamaindex@0.6.0
## 2.0.1 ## 2.0.1
### Patch Changes ### Patch Changes
......
# @llamaindex/autotool-01-node-example # @llamaindex/autotool-01-node-example
## 0.0.9
### Patch Changes
- Updated dependencies [11feef8]
- llamaindex@0.6.0
- @llamaindex/autotool@3.0.0
## 0.0.8 ## 0.0.8
### 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.8" "version": "0.0.9"
} }
# @llamaindex/autotool-02-next-example # @llamaindex/autotool-02-next-example
## 0.1.53
### Patch Changes
- Updated dependencies [11feef8]
- llamaindex@0.6.0
- @llamaindex/autotool@3.0.0
## 0.1.52 ## 0.1.52
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/autotool-02-next-example", "name": "@llamaindex/autotool-02-next-example",
"private": true, "private": true,
"version": "0.1.52", "version": "0.1.53",
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
......
{ {
"name": "@llamaindex/autotool", "name": "@llamaindex/autotool",
"type": "module", "type": "module",
"version": "2.0.1", "version": "3.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",
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
"unplugin": "^1.12.2" "unplugin": "^1.12.2"
}, },
"peerDependencies": { "peerDependencies": {
"llamaindex": "^0.5.27", "llamaindex": "^0.6.0",
"openai": "^4", "openai": "^4",
"typescript": "^4" "typescript": "^4"
}, },
......
# @llamaindex/community # @llamaindex/community
## 0.0.34
### Patch Changes
- Updated dependencies [11feef8]
- @llamaindex/core@0.2.0
## 0.0.33 ## 0.0.33
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/community", "name": "@llamaindex/community",
"description": "Community package for LlamaIndexTS", "description": "Community package for LlamaIndexTS",
"version": "0.0.33", "version": "0.0.34",
"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.2.0
### Minor Changes
- 11feef8: Add workflows
## 0.1.12 ## 0.1.12
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/core", "name": "@llamaindex/core",
"type": "module", "type": "module",
"version": "0.1.12", "version": "0.2.0",
"description": "LlamaIndex Core Module", "description": "LlamaIndex Core Module",
"exports": { "exports": {
"./node-parser": { "./node-parser": {
......
# @llamaindex/experimental # @llamaindex/experimental
## 0.0.78
### Patch Changes
- Updated dependencies [11feef8]
- llamaindex@0.6.0
## 0.0.77 ## 0.0.77
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/experimental", "name": "@llamaindex/experimental",
"description": "Experimental package for LlamaIndexTS", "description": "Experimental package for LlamaIndexTS",
"version": "0.0.77", "version": "0.0.78",
"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 # llamaindex
## 0.6.0
### Minor Changes
- 11feef8: Add workflows
### Patch Changes
- Updated dependencies [11feef8]
- @llamaindex/core@0.2.0
- @llamaindex/openai@0.1.2
## 0.5.27 ## 0.5.27
### Patch Changes ### Patch Changes
......
# @llamaindex/cloudflare-worker-agent-test # @llamaindex/cloudflare-worker-agent-test
## 0.0.62
### Patch Changes
- Updated dependencies [11feef8]
- llamaindex@0.6.0
## 0.0.61 ## 0.0.61
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/cloudflare-worker-agent-test", "name": "@llamaindex/cloudflare-worker-agent-test",
"version": "0.0.61", "version": "0.0.62",
"type": "module", "type": "module",
"private": true, "private": true,
"scripts": { "scripts": {
......
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