Skip to content
Snippets Groups Projects
Unverified Commit a3cbcb31 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files
parent bbc8c878
No related branches found
No related tags found
No related merge requests found
Showing
with 88 additions and 34 deletions
---
"@llamaindex/workflow": patch
---
fix agent workflow tool calls for Ollama
---
"llamaindex": patch
"@llamaindex/deepseek": patch
"@llamaindex/fireworks": patch
"@llamaindex/together": patch
"@llamaindex/jinaai": patch
---
fix: prefer using embedding model from vector store
---
"@llamaindex/google": patch
---
Add Gemini 2.0 Pro Experimental
# @llamaindex/doc
## 0.1.8
### Patch Changes
- Updated dependencies [4b49428]
- Updated dependencies [bbc8c87]
- @llamaindex/workflow@0.0.14
- llamaindex@0.9.8
## 0.1.7
### Patch Changes
......
{
"name": "@llamaindex/doc",
"version": "0.1.7",
"version": "0.1.8",
"private": true,
"scripts": {
"build": "pnpm run build:docs && next build",
......
# @llamaindex/cloudflare-worker-agent-test
## 0.0.142
### Patch Changes
- Updated dependencies [bbc8c87]
- llamaindex@0.9.8
## 0.0.141
### Patch Changes
......
{
"name": "@llamaindex/cloudflare-worker-agent-test",
"version": "0.0.141",
"version": "0.0.142",
"type": "module",
"private": true,
"scripts": {
......
# @llamaindex/next-agent-test
## 0.1.142
### Patch Changes
- Updated dependencies [bbc8c87]
- llamaindex@0.9.8
## 0.1.141
### Patch Changes
......
{
"name": "@llamaindex/next-agent-test",
"version": "0.1.141",
"version": "0.1.142",
"private": true,
"scripts": {
"dev": "next dev",
......
# test-edge-runtime
## 0.1.141
### Patch Changes
- Updated dependencies [bbc8c87]
- llamaindex@0.9.8
## 0.1.140
### Patch Changes
......
{
"name": "@llamaindex/nextjs-edge-runtime-test",
"version": "0.1.140",
"version": "0.1.141",
"private": true,
"scripts": {
"dev": "next dev",
......
# @llamaindex/next-node-runtime
## 0.1.8
### Patch Changes
- Updated dependencies [bbc8c87]
- llamaindex@0.9.8
## 0.1.7
### Patch Changes
......
{
"name": "@llamaindex/next-node-runtime-test",
"version": "0.1.7",
"version": "0.1.8",
"private": true,
"scripts": {
"dev": "next dev",
......
# vite-import-llamaindex
## 0.0.8
### Patch Changes
- Updated dependencies [bbc8c87]
- llamaindex@0.9.8
## 0.0.7
### Patch Changes
......
{
"name": "vite-import-llamaindex",
"private": true,
"version": "0.0.7",
"version": "0.0.8",
"type": "module",
"scripts": {
"build": "vite build",
......
# @llamaindex/waku-query-engine-test
## 0.0.142
### Patch Changes
- Updated dependencies [bbc8c87]
- llamaindex@0.9.8
## 0.0.141
### Patch Changes
......
{
"name": "@llamaindex/waku-query-engine-test",
"version": "0.0.141",
"version": "0.0.142",
"type": "module",
"private": true,
"scripts": {
......
# examples
## 0.2.7
### Patch Changes
- Updated dependencies [4b49428]
- Updated dependencies [bbc8c87]
- Updated dependencies [7ee4968]
- @llamaindex/workflow@0.0.14
- llamaindex@0.9.8
- @llamaindex/deepseek@0.0.2
- @llamaindex/fireworks@0.0.2
- @llamaindex/together@0.0.2
- @llamaindex/jinaai@0.0.2
- @llamaindex/google@0.0.14
## 0.2.6
### Patch Changes
......
{
"name": "@llamaindex/examples",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"scripts": {
"lint": "eslint .",
......@@ -22,7 +22,7 @@
"@llamaindex/deepinfra": "^0.0.42",
"@llamaindex/env": "^0.1.29",
"@llamaindex/firestore": "^1.0.4",
"@llamaindex/google": "^0.0.13",
"@llamaindex/google": "^0.0.14",
"@llamaindex/groq": "^0.0.57",
"@llamaindex/huggingface": "^0.0.42",
"@llamaindex/milvus": "^0.1.6",
......@@ -43,11 +43,11 @@
"@llamaindex/vllm": "^0.0.28",
"@llamaindex/voyage-ai": "^1.0.3",
"@llamaindex/weaviate": "^0.0.11",
"@llamaindex/workflow": "^0.0.13",
"@llamaindex/deepseek": "^0.0.1",
"@llamaindex/fireworks": "^0.0.1",
"@llamaindex/together": "^0.0.1",
"@llamaindex/jinaai": "^0.0.1",
"@llamaindex/workflow": "^0.0.14",
"@llamaindex/deepseek": "^0.0.2",
"@llamaindex/fireworks": "^0.0.2",
"@llamaindex/together": "^0.0.2",
"@llamaindex/jinaai": "^0.0.2",
"@notionhq/client": "^2.2.15",
"@pinecone-database/pinecone": "^4.0.0",
"@vercel/postgres": "^0.10.0",
......@@ -56,7 +56,7 @@
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"js-tiktoken": "^1.0.14",
"llamaindex": "^0.9.7",
"llamaindex": "^0.9.8",
"mongodb": "6.7.0",
"postgres": "^3.4.4",
"wikipedia": "^2.1.2",
......
# @llamaindex/autotool
## 6.0.8
### Patch Changes
- Updated dependencies [bbc8c87]
- llamaindex@0.9.8
## 6.0.7
### 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