mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-20 02:53:50 -04:00
chore: fix misc before release (#1351)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"llamaindex": patch
|
||||
---
|
||||
|
||||
feat: allow passing perform setup in pg vector store
|
||||
@@ -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
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user