Compare commits

..

3 Commits

Author SHA1 Message Date
github-actions[bot] 5f3eb457e6 Release 0.9.19 (#1844)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcusschiesser <17126+marcusschiesser@users.noreply.github.com>
2025-04-15 00:31:31 -07:00
Peter Goldstein d365eb2e54 Add GPT-4.1 models to OpenAI (#1842) 2025-04-15 09:07:38 +02:00
Thuc Pham bb34ade6d4 feat: support cn utils for server UI (#1843) 2025-04-15 09:06:39 +02:00
53 changed files with 236 additions and 49 deletions
+8
View File
@@ -1,5 +1,13 @@
# @llamaindex/doc
## 0.2.9
### Patch Changes
- Updated dependencies [d365eb2]
- @llamaindex/openai@0.3.2
- llamaindex@0.9.19
## 0.2.8
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/doc",
"version": "0.2.8",
"version": "0.2.9",
"private": true,
"scripts": {
"postinstall": "fumadocs-mdx",
@@ -1,5 +1,11 @@
# @llamaindex/cloudflare-worker-agent-test
## 0.0.153
### Patch Changes
- llamaindex@0.9.19
## 0.0.152
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/cloudflare-worker-agent-test",
"version": "0.0.152",
"version": "0.0.153",
"type": "module",
"private": true,
"scripts": {
+6
View File
@@ -1,5 +1,11 @@
# @llamaindex/next-agent-test
## 0.1.153
### Patch Changes
- llamaindex@0.9.19
## 0.1.152
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/next-agent-test",
"version": "0.1.152",
"version": "0.1.153",
"private": true,
"scripts": {
"dev": "next dev",
@@ -1,5 +1,11 @@
# test-edge-runtime
## 0.1.152
### Patch Changes
- llamaindex@0.9.19
## 0.1.151
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/nextjs-edge-runtime-test",
"version": "0.1.151",
"version": "0.1.152",
"private": true,
"scripts": {
"dev": "next dev",
@@ -1,5 +1,12 @@
# @llamaindex/next-node-runtime
## 0.1.19
### Patch Changes
- llamaindex@0.9.19
- @llamaindex/huggingface@0.1.4
## 0.1.18
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/next-node-runtime-test",
"version": "0.1.18",
"version": "0.1.19",
"private": true,
"scripts": {
"dev": "next dev",
@@ -1,5 +1,11 @@
# vite-import-llamaindex
## 0.0.19
### Patch Changes
- llamaindex@0.9.19
## 0.0.18
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "vite-import-llamaindex",
"private": true,
"version": "0.0.18",
"version": "0.0.19",
"type": "module",
"scripts": {
"build": "vite build",
@@ -1,5 +1,11 @@
# @llamaindex/waku-query-engine-test
## 0.0.153
### Patch Changes
- llamaindex@0.9.19
## 0.0.152
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/waku-query-engine-test",
"version": "0.0.152",
"version": "0.0.153",
"type": "module",
"private": true,
"scripts": {
+18
View File
@@ -1,5 +1,23 @@
# examples
## 0.3.6
### Patch Changes
- Updated dependencies [d365eb2]
- @llamaindex/openai@0.3.2
- llamaindex@0.9.19
- @llamaindex/clip@0.0.50
- @llamaindex/deepinfra@0.0.50
- @llamaindex/deepseek@0.0.10
- @llamaindex/fireworks@0.0.10
- @llamaindex/groq@0.0.65
- @llamaindex/huggingface@0.1.4
- @llamaindex/jinaai@0.0.10
- @llamaindex/perplexity@0.0.7
- @llamaindex/together@0.0.10
- @llamaindex/vllm@0.0.36
## 0.3.5
### Patch Changes
+13 -13
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/examples",
"version": "0.3.5",
"version": "0.3.6",
"private": true,
"scripts": {
"lint": "eslint .",
@@ -15,16 +15,16 @@
"@llamaindex/astra": "^0.0.16",
"@llamaindex/azure": "^0.1.11",
"@llamaindex/chroma": "^0.0.16",
"@llamaindex/clip": "^0.0.49",
"@llamaindex/clip": "^0.0.50",
"@llamaindex/cloud": "^4.0.3",
"@llamaindex/cohere": "^0.0.16",
"@llamaindex/core": "^0.6.2",
"@llamaindex/deepinfra": "^0.0.49",
"@llamaindex/deepinfra": "^0.0.50",
"@llamaindex/env": "^0.1.29",
"@llamaindex/firestore": "^1.0.9",
"@llamaindex/google": "^0.2.3",
"@llamaindex/groq": "^0.0.64",
"@llamaindex/huggingface": "^0.1.3",
"@llamaindex/groq": "^0.0.65",
"@llamaindex/huggingface": "^0.1.4",
"@llamaindex/milvus": "^0.1.11",
"@llamaindex/mistral": "^0.1.2",
"@llamaindex/mixedbread": "^0.0.16",
@@ -32,7 +32,7 @@
"@llamaindex/elastic-search": "^0.1.2",
"@llamaindex/node-parser": "^2.0.2",
"@llamaindex/ollama": "^0.1.2",
"@llamaindex/openai": "^0.3.1",
"@llamaindex/openai": "^0.3.2",
"@llamaindex/pinecone": "^0.1.2",
"@llamaindex/portkey-ai": "^0.0.44",
"@llamaindex/postgres": "^0.0.45",
@@ -41,15 +41,15 @@
"@llamaindex/replicate": "^0.0.44",
"@llamaindex/upstash": "^0.0.16",
"@llamaindex/vercel": "^0.1.2",
"@llamaindex/vllm": "^0.0.35",
"@llamaindex/vllm": "^0.0.36",
"@llamaindex/voyage-ai": "^1.0.8",
"@llamaindex/weaviate": "^0.0.16",
"@llamaindex/workflow": "^1.0.3",
"@llamaindex/deepseek": "^0.0.9",
"@llamaindex/fireworks": "^0.0.9",
"@llamaindex/together": "^0.0.9",
"@llamaindex/jinaai": "^0.0.9",
"@llamaindex/perplexity": "^0.0.6",
"@llamaindex/deepseek": "^0.0.10",
"@llamaindex/fireworks": "^0.0.10",
"@llamaindex/together": "^0.0.10",
"@llamaindex/jinaai": "^0.0.10",
"@llamaindex/perplexity": "^0.0.7",
"@llamaindex/supabase": "^0.1.1",
"@llamaindex/tools": "^0.0.5",
"@notionhq/client": "^2.2.15",
@@ -60,7 +60,7 @@
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"js-tiktoken": "^1.0.14",
"llamaindex": "^0.9.18",
"llamaindex": "^0.9.19",
"mongodb": "6.7.0",
"postgres": "^3.4.4",
"wikipedia": "^2.1.2",
+6
View File
@@ -1,5 +1,11 @@
# @llamaindex/autotool
## 6.0.19
### Patch Changes
- llamaindex@0.9.19
## 6.0.18
### Patch Changes
@@ -1,5 +1,12 @@
# @llamaindex/autotool-01-node-example
## 0.0.100
### Patch Changes
- llamaindex@0.9.19
- @llamaindex/autotool@6.0.19
## 0.0.99
### Patch Changes
@@ -13,5 +13,5 @@
"scripts": {
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
},
"version": "0.0.99"
"version": "0.0.100"
}
+1 -1
View File
@@ -6,7 +6,7 @@
"url": "git+https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/autotool"
},
"version": "6.0.18",
"version": "6.0.19",
"description": "auto transpile your JS function to LLM Agent compatible",
"files": [
"dist",
+6
View File
@@ -1,5 +1,11 @@
# @llamaindex/experimental
## 0.0.169
### Patch Changes
- llamaindex@0.9.19
## 0.0.168
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/experimental",
"description": "Experimental package for LlamaIndexTS",
"version": "0.0.168",
"version": "0.0.169",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
+7
View File
@@ -1,5 +1,12 @@
# llamaindex
## 0.9.19
### Patch Changes
- Updated dependencies [d365eb2]
- @llamaindex/openai@0.3.2
## 0.9.18
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "llamaindex",
"version": "0.9.18",
"version": "0.9.19",
"license": "MIT",
"type": "module",
"keywords": [
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/clip
## 0.0.50
### Patch Changes
- Updated dependencies [d365eb2]
- @llamaindex/openai@0.3.2
## 0.0.49
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/clip",
"description": "Clip Embedding Adapter for LlamaIndex",
"version": "0.0.49",
"version": "0.0.50",
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
@@ -1,5 +1,12 @@
# @llamaindex/deepinfra
## 0.0.50
### Patch Changes
- Updated dependencies [d365eb2]
- @llamaindex/openai@0.3.2
## 0.0.49
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/deepinfra",
"description": "Deepinfra Adapter for LlamaIndex",
"version": "0.0.49",
"version": "0.0.50",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/deepseek
## 0.0.10
### Patch Changes
- Updated dependencies [d365eb2]
- @llamaindex/openai@0.3.2
## 0.0.9
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/deepseek",
"description": "DeepSeek Adapter for LlamaIndex",
"version": "0.0.9",
"version": "0.0.10",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,5 +1,12 @@
# @llamaindex/fireworks
## 0.0.10
### Patch Changes
- Updated dependencies [d365eb2]
- @llamaindex/openai@0.3.2
## 0.0.9
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/fireworks",
"description": "Fireworks Adapter for LlamaIndex",
"version": "0.0.9",
"version": "0.0.10",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/groq
## 0.0.65
### Patch Changes
- Updated dependencies [d365eb2]
- @llamaindex/openai@0.3.2
## 0.0.64
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/groq",
"description": "Groq Adapter for LlamaIndex",
"version": "0.0.64",
"version": "0.0.65",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,5 +1,12 @@
# @llamaindex/huggingface
## 0.1.4
### Patch Changes
- Updated dependencies [d365eb2]
- @llamaindex/openai@0.3.2
## 0.1.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/huggingface",
"description": "Huggingface Adapter for LlamaIndex",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/jinaai
## 0.0.10
### Patch Changes
- Updated dependencies [d365eb2]
- @llamaindex/openai@0.3.2
## 0.0.9
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/jinaai",
"description": "JinaAI Adapter for LlamaIndex",
"version": "0.0.9",
"version": "0.0.10",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
+6
View File
@@ -1,5 +1,11 @@
# @llamaindex/openai
## 0.3.2
### Patch Changes
- d365eb2: Add GPT-4.1 models to OpenAI
## 0.3.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/openai",
"description": "OpenAI Adapter for LlamaIndex",
"version": "0.3.1",
"version": "0.3.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
+3
View File
@@ -56,6 +56,9 @@ export const GPT4_MODELS = {
"gpt-4o-mini-search-preview": { contextWindow: 128000 },
"gpt-4o-search-preview-2025-03-11": { contextWindow: 128000 },
"gpt-4o-mini-search-preview-2025-03-11": { contextWindow: 128000 },
"gpt-4.1": { contextWindow: 10 ** 6 },
"gpt-4.1-mini": { contextWindow: 10 ** 6 },
"gpt-4.1-nano": { contextWindow: 10 ** 6 },
};
// NOTE we don't currently support gpt-3.5-turbo-instruct and don't plan to in the near future
@@ -1,5 +1,12 @@
# @llamaindex/perplexity
## 0.0.7
### Patch Changes
- Updated dependencies [d365eb2]
- @llamaindex/openai@0.3.2
## 0.0.6
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/perplexity",
"description": "Perplexity Adapter for LlamaIndex",
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/together
## 0.0.10
### Patch Changes
- Updated dependencies [d365eb2]
- @llamaindex/openai@0.3.2
## 0.0.9
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/together",
"description": "Together Adapter for LlamaIndex",
"version": "0.0.9",
"version": "0.0.10",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/vllm
## 0.0.36
### Patch Changes
- Updated dependencies [d365eb2]
- @llamaindex/openai@0.3.2
## 0.0.35
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/vllm",
"description": "vLLM Adapter for LlamaIndex",
"version": "0.0.35",
"version": "0.0.36",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/server
## 0.1.2
### Patch Changes
- bb34ade: feat: support cn utils for server UI
- llamaindex@0.9.19
## 0.1.1
### Patch Changes
@@ -72,6 +72,10 @@ export const SOURCE_MAP: Record<string, () => Promise<any>> = {
///// ICONS /////
[`lucide-react`]: () => import("lucide-react"),
///// UTILS /////
[`@/components/lib/utils`]: () => import("../../../lib/utils"),
[`@/lib/utils`]: () => import("../../../lib/utils"), // for v0 compatibility
};
// parse imports from code to get Function constructor arguments and component name
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/server",
"description": "LlamaIndex Server",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
+12 -12
View File
@@ -604,7 +604,7 @@ importers:
specifier: ^0.0.16
version: link:../packages/providers/storage/chroma
'@llamaindex/clip':
specifier: ^0.0.49
specifier: ^0.0.50
version: link:../packages/providers/clip
'@llamaindex/cloud':
specifier: ^4.0.3
@@ -616,10 +616,10 @@ importers:
specifier: ^0.6.2
version: link:../packages/core
'@llamaindex/deepinfra':
specifier: ^0.0.49
specifier: ^0.0.50
version: link:../packages/providers/deepinfra
'@llamaindex/deepseek':
specifier: ^0.0.9
specifier: ^0.0.10
version: link:../packages/providers/deepseek
'@llamaindex/elastic-search':
specifier: ^0.1.2
@@ -631,19 +631,19 @@ importers:
specifier: ^1.0.9
version: link:../packages/providers/storage/firestore
'@llamaindex/fireworks':
specifier: ^0.0.9
specifier: ^0.0.10
version: link:../packages/providers/fireworks
'@llamaindex/google':
specifier: ^0.2.3
version: link:../packages/providers/google
'@llamaindex/groq':
specifier: ^0.0.64
specifier: ^0.0.65
version: link:../packages/providers/groq
'@llamaindex/huggingface':
specifier: ^0.1.3
specifier: ^0.1.4
version: link:../packages/providers/huggingface
'@llamaindex/jinaai':
specifier: ^0.0.9
specifier: ^0.0.10
version: link:../packages/providers/jinaai
'@llamaindex/milvus':
specifier: ^0.1.11
@@ -664,10 +664,10 @@ importers:
specifier: ^0.1.2
version: link:../packages/providers/ollama
'@llamaindex/openai':
specifier: ^0.3.1
specifier: ^0.3.2
version: link:../packages/providers/openai
'@llamaindex/perplexity':
specifier: ^0.0.6
specifier: ^0.0.7
version: link:../packages/providers/perplexity
'@llamaindex/pinecone':
specifier: ^0.1.2
@@ -691,7 +691,7 @@ importers:
specifier: ^0.1.1
version: link:../packages/providers/storage/supabase
'@llamaindex/together':
specifier: ^0.0.9
specifier: ^0.0.10
version: link:../packages/providers/together
'@llamaindex/tools':
specifier: ^0.0.5
@@ -703,7 +703,7 @@ importers:
specifier: ^0.1.2
version: link:../packages/providers/vercel
'@llamaindex/vllm':
specifier: ^0.0.35
specifier: ^0.0.36
version: link:../packages/providers/vllm
'@llamaindex/voyage-ai':
specifier: ^1.0.8
@@ -739,7 +739,7 @@ importers:
specifier: ^1.0.14
version: 1.0.18
llamaindex:
specifier: ^0.9.18
specifier: ^0.9.19
version: link:../packages/llamaindex
mongodb:
specifier: 6.7.0
+8
View File
@@ -1,5 +1,13 @@
# @llamaindex/unit-test
## 0.1.19
### Patch Changes
- Updated dependencies [d365eb2]
- @llamaindex/openai@0.3.2
- llamaindex@0.9.19
## 0.1.18
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/unit-test",
"private": true,
"version": "0.1.18",
"version": "0.1.19",
"type": "module",
"scripts": {
"test": "vitest run"