From 18df9d17f4c1f530d77aca701c3d1bea96a4bf0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:19:36 +0000 Subject: [PATCH] Bump llama-index from 0.10.43 to 0.11.16 Bumps [llama-index](https://github.com/run-llama/llama_index) from 0.10.43 to 0.11.16. - [Release notes](https://github.com/run-llama/llama_index/releases) - [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md) - [Commits](https://github.com/run-llama/llama_index/compare/v0.10.43...v0.11.16) --- updated-dependencies: - dependency-name: llama-index dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 9fad057d..1bc9b90f 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -56,7 +56,7 @@ poppler-utils # ------------------------------------------------------------------------------ PyPDF2==3.0.1 # https://github.com/mstamy2/PyPDF2 pandas -llama-index==0.10.43 +llama-index==0.11.16 llama-index-agent-openai==0.2.7 llama-index-embeddings-huggingface==0.2.1 llama-index-llms-openai==0.1.22