From 9844d2a865ac6152014d27c202e1b5f09bc4baa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 23:50:29 +0000 Subject: [PATCH] Bump llama-index Bumps [llama-index](https://github.com/run-llama/llama_index) from 0.10.63 to 0.12.41. - [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.63...v0.12.41) --- updated-dependencies: - dependency-name: llama-index dependency-version: 0.12.41 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../04-03-Basic-RAG/example-notebook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-workload-specific-evaluations/04-03-Basic-RAG/example-notebook/requirements.txt b/04-workload-specific-evaluations/04-03-Basic-RAG/example-notebook/requirements.txt index db671ff..e9b0d5d 100644 --- a/04-workload-specific-evaluations/04-03-Basic-RAG/example-notebook/requirements.txt +++ b/04-workload-specific-evaluations/04-03-Basic-RAG/example-notebook/requirements.txt @@ -10,7 +10,7 @@ pydantic==2.8.2 chromadb==1.1.0 #0.5.5 jupyter==1.0.0 -llama-index==0.10.63 +llama-index==0.12.41 llama-index-embeddings-bedrock==0.2.1 sentence-transformers==3.0.1 scikit-learn==1.4.2