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",