Skip to content

Commit

Permalink
create llama 0.0.2 and llamaindex 0.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
yisding committed Nov 14, 2023
1 parent e2a6805 commit 256d44f
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-dolphins-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-ladybugs-change.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/simple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# simple

## 0.0.33

### Patch Changes

- Updated dependencies [63f2108]
- llamaindex@0.0.35

## 0.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.32",
"version": "0.0.33",
"private": true,
"name": "simple",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# llamaindex

## 0.0.35

### Patch Changes

- 63f2108: Add multimodal support (thanks Marcus)

## 0.0.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llamaindex",
"version": "0.0.34",
"version": "0.0.35",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.9.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/create-llama/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# create-llama

## 0.0.2

### Patch Changes

- e2a6805: Hello Create Llama (thanks Marcus!)
2 changes: 1 addition & 1 deletion packages/create-llama/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-llama",
"version": "0.0.1",
"version": "0.0.2",
"keywords": [
"rag",
"llamaindex",
Expand Down

0 comments on commit 256d44f

Please sign in to comment.