chore: fix misc before release (#1351)

This commit is contained in:
Alex Yang
2024-10-20 14:34:21 -07:00
committed by GitHub
parent 7c7cd34908
commit a75af835a5
11 changed files with 35 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"llamaindex": patch
---
feat: allow passing perform setup in pg vector store
+21
View File
@@ -0,0 +1,21 @@
---
"@llamaindex/huggingface": patch
"@llamaindex/portkey-ai": patch
"@llamaindex/anthropic": patch
"@llamaindex/deepinfra": patch
"@llamaindex/replicate": patch
"@llamaindex/ollama": patch
"@llamaindex/openai": patch
"@llamaindex/clip": patch
"@llamaindex/groq": patch
"@llamaindex/autotool": patch
"@llamaindex/cloud": patch
"@llamaindex/community": patch
"@llamaindex/core": patch
"@llamaindex/env": patch
"@llamaindex/experimental": patch
"llamaindex": patch
"@llamaindex/wasm-tools": patch
---
refactor: move some llm and embedding to single package
+1 -1
View File
@@ -23,7 +23,7 @@
"repository": {
"type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/llm/groq"
"directory": "packages/providers/anthropic"
},
"scripts": {
"build": "bunchee",
+1 -1
View File
@@ -32,7 +32,7 @@
"repository": {
"type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/embedding/clip"
"directory": "packages/providers/clip"
},
"scripts": {
"build": "bunchee",
+1 -1
View File
@@ -23,7 +23,7 @@
"repository": {
"type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/llm/groq"
"directory": "packages/providers/deepinfra"
},
"scripts": {
"build": "bunchee",
+1 -1
View File
@@ -23,7 +23,7 @@
"repository": {
"type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/llm/groq"
"directory": "packages/providers/groq"
},
"scripts": {
"build": "bunchee",
+1 -1
View File
@@ -32,7 +32,7 @@
"repository": {
"type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/embedding/clip"
"directory": "packages/providers/huggingface"
},
"scripts": {
"build": "bunchee",
+1 -1
View File
@@ -23,7 +23,7 @@
"repository": {
"type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/llm/ollama"
"directory": "packages/providers/ollama"
},
"scripts": {
"build": "bunchee",
+1 -1
View File
@@ -23,7 +23,7 @@
"repository": {
"type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/llm/openai"
"directory": "packages/providers/openai"
},
"scripts": {
"build": "bunchee",
+1 -1
View File
@@ -23,7 +23,7 @@
"repository": {
"type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/llm/openai"
"directory": "packages/providers/portkey-ai"
},
"scripts": {
"build": "bunchee",
+1 -1
View File
@@ -31,7 +31,7 @@
"repository": {
"type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/llm/openai"
"directory": "packages/providers/replicate"
},
"scripts": {
"build": "bunchee",