From c29bc681e583b9c5e978c395af34be2b758c30ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:51:37 +0000 Subject: [PATCH] Bump llamaindex from 0.3.17 to 0.8.24 Bumps [llamaindex](https://github.com/run-llama/LlamaIndexTS/tree/HEAD/packages/llamaindex) from 0.3.17 to 0.8.24. - [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.8.24/packages/llamaindex) --- updated-dependencies: - dependency-name: llamaindex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 968da8b..0f77469 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "immer": "9.0.2", "jspdf": "^2.5.1", "langchain": "^0.1.37", - "llamaindex": "^0.3.17", + "llamaindex": "^0.8.24", "lodash": "^4.17.21", "lowdb": "^7.0.1", "lucide-react": "^0.364.0",