From 4eb31f613798ed561479baf3d655aeadcf3b3a52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:26:50 +0000 Subject: [PATCH] chore(deps): bump llamaindex in /packages/sample-app Bumps [llamaindex](https://github.com/run-llama/LlamaIndexTS/tree/HEAD/packages/llamaindex) from 0.8.37 to 0.9.12. - [Release notes](https://github.com/run-llama/LlamaIndexTS/releases) - [Changelog](https://github.com/run-llama/LlamaIndexTS/blob/main/packages/llamaindex/CHANGELOG.md) - [Commits](https://github.com/run-llama/LlamaIndexTS/commits/llamaindex@0.9.12/packages/llamaindex) --- updated-dependencies: - dependency-name: llamaindex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/sample-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sample-app/package.json b/packages/sample-app/package.json index 9ae6d17e..0bc651d1 100644 --- a/packages/sample-app/package.json +++ b/packages/sample-app/package.json @@ -51,7 +51,7 @@ "chromadb": "^1.9.4", "cohere-ai": "^7.15.0", "langchain": "^0.3.7", - "llamaindex": "^0.8.28", + "llamaindex": "^0.9.12", "openai": "^4.76.2", "zod": "^3.24.1" },