From 9c4c094860e1dca16be18b1bed7b185e3657f43e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:09:21 +0000 Subject: [PATCH] Bump llama-index from 0.12.36 to 0.13.0 in /EdgeCraftRAG/edgecraftrag Bumps [llama-index](https://github.com/run-llama/llama_index) from 0.12.36 to 0.13.0. - [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.12.36...v0.13.0) --- updated-dependencies: - dependency-name: llama-index dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- EdgeCraftRAG/edgecraftrag/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 EdgeCraftRAG/edgecraftrag/requirements.txt diff --git a/EdgeCraftRAG/edgecraftrag/requirements.txt b/EdgeCraftRAG/edgecraftrag/requirements.txt old mode 100755 new mode 100644 index 289ba3ef4d..1b1c6bee83 --- a/EdgeCraftRAG/edgecraftrag/requirements.txt +++ b/EdgeCraftRAG/edgecraftrag/requirements.txt @@ -5,7 +5,7 @@ html2text>=2025.4.15 langchain-core==0.3.60 langchain-milvus langchain-openai -llama-index==0.12.36 +llama-index==0.13.0 llama-index-core==0.12.37 llama-index-embeddings-openvino==0.5.2 llama-index-llms-openai==0.3.44