Skip to content

Commit

Permalink
Release 0.1.0 (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 24, 2024
1 parent 8b81b17 commit 046ff06
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-ears-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-eels-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-cars-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-tools-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-phones-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-mayflies-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-olives-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-beds-sniff.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# create-llama

## 0.1.0

### Minor Changes

- f1c3e8d: Add Llama3 and Phi3 support using Ollama

### Patch Changes

- a0dec80: Use `gpt-4-turbo` model as default. Upgrade Python llama-index to 0.10.28
- 753229d: Remove asking for AI models and use defaults instead (OpenAIs GPT-4 Vision Preview and Embeddings v3). Use `--ask-models` CLI parameter to select models.
- 1d78202: Add observability for Python
- 6acccd2: Use poetry run generate to generate embeddings for FastAPI
- 9efcffe: Use Settings object for LlamaIndex configuration
- 418bf9b: refactor: use tsx instead of ts-node
- 1be69a5: Add Qdrant support

## 0.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-llama",
"version": "0.0.32",
"version": "0.1.0",
"description": "Create LlamaIndex-powered apps with one command",
"keywords": [
"rag",
Expand Down

0 comments on commit 046ff06

Please sign in to comment.