From 7feaea131e04dab0caf5570383c5312e93cf8584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 14:01:04 +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.11. - [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.11/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..cbeb8f59 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.11", "openai": "^4.76.2", "zod": "^3.24.1" },