From da4505aff7c58237d78881670aafb17dca504761 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:56:27 +0700 Subject: [PATCH] Release 0.3.18 (#451) Co-authored-by: github-actions[bot] --- .changeset/chilly-eels-retire.md | 5 ----- .changeset/moody-mangos-punch.md | 5 ----- .changeset/twenty-snakes-play.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 5 files changed, 9 insertions(+), 16 deletions(-) delete mode 100644 .changeset/chilly-eels-retire.md delete mode 100644 .changeset/moody-mangos-punch.md delete mode 100644 .changeset/twenty-snakes-play.md diff --git a/.changeset/chilly-eels-retire.md b/.changeset/chilly-eels-retire.md deleted file mode 100644 index e6aa07a7c..000000000 --- a/.changeset/chilly-eels-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-llama": patch ---- - -chore: bump ai v4 diff --git a/.changeset/moody-mangos-punch.md b/.changeset/moody-mangos-punch.md deleted file mode 100644 index b54e1527a..000000000 --- a/.changeset/moody-mangos-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-llama": patch ---- - -Show streaming errors in Python, optimize system prompts for tool usage and set the weather tool as default for the Agentic RAG use case diff --git a/.changeset/twenty-snakes-play.md b/.changeset/twenty-snakes-play.md deleted file mode 100644 index 5e86d984b..000000000 --- a/.changeset/twenty-snakes-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-llama": patch ---- - -Use auto_routed retriever mode for LlamaCloudIndex diff --git a/CHANGELOG.md b/CHANGELOG.md index 809d7214b..93c6718a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # create-llama +## 0.3.18 + +### Patch Changes + +- fe90a7e: chore: bump ai v4 +- 02b2473: Show streaming errors in Python, optimize system prompts for tool usage and set the weather tool as default for the Agentic RAG use case +- 63e961e: Use auto_routed retriever mode for LlamaCloudIndex + ## 0.3.17 ### Patch Changes diff --git a/package.json b/package.json index f13469793..2a8f885cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-llama", - "version": "0.3.17", + "version": "0.3.18", "description": "Create LlamaIndex-powered apps with one command", "keywords": [ "rag",