Compare commits

...

5 Commits

Author SHA1 Message Date
yisding 8cdb07f151 changeset 2023-11-17 09:05:24 -08:00
yisding ea403a0ffe Merge branch 'main' of github.com:run-llama/LlamaIndexTS 2023-11-17 09:04:33 -08:00
yisding 7f0b4e66ae create-llama 0.0.7 2023-11-17 09:04:01 -08:00
yisding 3b226965ba Merge pull request #205 from run-llama/ms/copy-cache-folder
fix: copy cache folder for vercel deployments
2023-11-17 09:03:26 -08:00
yisding 9f9f29391e changeset 2023-11-15 16:25:07 -08:00
4 changed files with 17 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"create-llama": patch
---
Fix Next deployment (thanks @seldo and @marcusschiesser)
+1 -1
View File
@@ -4,7 +4,7 @@
### Patch Changes
- 63f2108: Add multimodal support (thanks Marcus)
- 63f2108: Add multimodal support (thanks @marcusschiesser)
## 0.0.34
+10 -4
View File
@@ -1,10 +1,16 @@
# create-llama
## 0.0.7
### Patch Changes
- 9f9f293: Added more to README and made it easier to switch models (thanks @seldo)
## 0.0.6
### Patch Changes
- 4431ec7: Label bug fix
- 4431ec7: Label bug fix (thanks @marcusschiesser)
## 0.0.5
@@ -16,16 +22,16 @@
### Patch Changes
- 031e926: Update create-llama readme (thanks Logan)
- 031e926: Update create-llama readme (thanks @logan-markewich)
## 0.0.3
### Patch Changes
- 91b42a3: change version (thanks Marcus)
- 91b42a3: change version (thanks @marcusschiesser)
## 0.0.2
### Patch Changes
- e2a6805: Hello Create Llama (thanks Marcus!)
- e2a6805: Hello Create Llama (thanks @marcusschiesser)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "create-llama",
"version": "0.0.6",
"version": "0.0.7",
"keywords": [
"rag",
"llamaindex",