From a47d7786025a7029bfee9793a457ac66d839e8e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:28:40 +0700 Subject: [PATCH] Release 0.2.16 (#349) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --- .changeset/chilled-zebras-taste.md | 5 ----- .changeset/hungry-chairs-tie.md | 5 ----- .changeset/polite-onions-return.md | 5 ----- .changeset/witty-hotels-do.md | 5 ----- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 6 files changed, 10 insertions(+), 21 deletions(-) delete mode 100644 .changeset/chilled-zebras-taste.md delete mode 100644 .changeset/hungry-chairs-tie.md delete mode 100644 .changeset/polite-onions-return.md delete mode 100644 .changeset/witty-hotels-do.md diff --git a/.changeset/chilled-zebras-taste.md b/.changeset/chilled-zebras-taste.md deleted file mode 100644 index 7a87569a..00000000 --- a/.changeset/chilled-zebras-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-llama": patch ---- - -Fix: programmatically ensure index for LlamaCloud diff --git a/.changeset/hungry-chairs-tie.md b/.changeset/hungry-chairs-tie.md deleted file mode 100644 index 42f030ba..00000000 --- a/.changeset/hungry-chairs-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-llama": patch ---- - -Fix .env not loaded on poetry run generate diff --git a/.changeset/polite-onions-return.md b/.changeset/polite-onions-return.md deleted file mode 100644 index f12ad89b..00000000 --- a/.changeset/polite-onions-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-llama": patch ---- - -Don't need to run generate script for LlamaCloud diff --git a/.changeset/witty-hotels-do.md b/.changeset/witty-hotels-do.md deleted file mode 100644 index ceb7bb9e..00000000 --- a/.changeset/witty-hotels-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-llama": patch ---- - -Use selected LlamaCloud index in multi-agent template diff --git a/CHANGELOG.md b/CHANGELOG.md index 0db06df2..a12e4a88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # create-llama +## 0.2.16 + +### Patch Changes + +- 0e78ba4: Fix: programmatically ensure index for LlamaCloud +- 0e78ba4: Fix .env not loaded on poetry run generate +- 7f4ac22: Don't need to run generate script for LlamaCloud +- 5263bde: Use selected LlamaCloud index in multi-agent template + ## 0.2.15 ### Patch Changes diff --git a/package.json b/package.json index f2719f25..1b028bcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-llama", - "version": "0.2.15", + "version": "0.2.16", "description": "Create LlamaIndex-powered apps with one command", "keywords": [ "rag", -- GitLab