Skip to content
Snippets Groups Projects
Unverified Commit a75af835 authored by Alex Yang's avatar Alex Yang Committed by GitHub
Browse files

chore: fix misc before release (#1351)

parent 7c7cd349
No related branches found
No related tags found
No related merge requests found
---
"llamaindex": patch
---
feat: allow passing perform setup in pg vector store
---
"@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 @@ ...@@ -23,7 +23,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git", "url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/llm/groq" "directory": "packages/providers/anthropic"
}, },
"scripts": { "scripts": {
"build": "bunchee", "build": "bunchee",
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git", "url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/embedding/clip" "directory": "packages/providers/clip"
}, },
"scripts": { "scripts": {
"build": "bunchee", "build": "bunchee",
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git", "url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/llm/groq" "directory": "packages/providers/deepinfra"
}, },
"scripts": { "scripts": {
"build": "bunchee", "build": "bunchee",
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git", "url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/llm/groq" "directory": "packages/providers/groq"
}, },
"scripts": { "scripts": {
"build": "bunchee", "build": "bunchee",
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git", "url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/embedding/clip" "directory": "packages/providers/huggingface"
}, },
"scripts": { "scripts": {
"build": "bunchee", "build": "bunchee",
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git", "url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/llm/ollama" "directory": "packages/providers/ollama"
}, },
"scripts": { "scripts": {
"build": "bunchee", "build": "bunchee",
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git", "url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/llm/openai" "directory": "packages/providers/openai"
}, },
"scripts": { "scripts": {
"build": "bunchee", "build": "bunchee",
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git", "url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/llm/openai" "directory": "packages/providers/portkey-ai"
}, },
"scripts": { "scripts": {
"build": "bunchee", "build": "bunchee",
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git", "url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/llm/openai" "directory": "packages/providers/replicate"
}, },
"scripts": { "scripts": {
"build": "bunchee", "build": "bunchee",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment