Skip to content
Snippets Groups Projects
Unverified Commit c4800bcf authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

Release @llamaindex/vercel@0.0.2 (#1535)

parent fd38a253
No related branches found
Tags @llamaindex/vercel@0.0.2
No related merge requests found
---
"@llamaindex/vercel": patch
"@llamaindex/doc": patch
"@llamaindex/examples": patch
---
Add vercel tool adapter to use query engine tool
# docs
## 0.0.130
### Patch Changes
- Updated dependencies [fd38a25]
- @llamaindex/examples@0.0.17
## 0.0.129
### Patch Changes
......
{
"name": "docs",
"version": "0.0.129",
"version": "0.0.130",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
......
# @llamaindex/doc
## 0.0.28
### Patch Changes
- fd38a25: Add vercel tool adapter to use query engine tool
## 0.0.27
### Patch Changes
......
{
"name": "@llamaindex/doc",
"version": "0.0.27",
"version": "0.0.28",
"private": true,
"scripts": {
"build": "pnpm run build:docs && next build",
......
# examples
## 0.0.17
### Patch Changes
- fd38a25: Add vercel tool adapter to use query engine tool
- Updated dependencies [fd38a25]
- @llamaindex/vercel@0.0.2
## 0.0.16
### Patch Changes
......
{
"name": "@llamaindex/examples",
"private": true,
"version": "0.0.16",
"version": "0.0.17",
"dependencies": {
"@ai-sdk/openai": "^1.0.5",
"@aws-crypto/sha256-js": "^5.2.0",
......@@ -11,7 +11,7 @@
"@llamaindex/core": "^0.4.10",
"@llamaindex/readers": "^1.0.11",
"@llamaindex/workflow": "^0.0.6",
"@llamaindex/vercel": "^0.0.1",
"@llamaindex/vercel": "^0.0.2",
"@notionhq/client": "^2.2.15",
"@pinecone-database/pinecone": "^4.0.0",
"@vercel/postgres": "^0.10.0",
......
# @llamaindex/vercel
## 0.0.2
### Patch Changes
- fd38a25: Add vercel tool adapter to use query engine tool
{
"name": "@llamaindex/vercel",
"description": "Vercel Adapter for LlamaIndex",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
......
......@@ -609,7 +609,7 @@ importers:
specifier: ^1.0.11
version: link:../packages/readers
'@llamaindex/vercel':
specifier: ^0.0.1
specifier: ^0.0.2
version: link:../packages/providers/vercel
'@llamaindex/workflow':
specifier: ^0.0.6
......
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