From ee330d89e3e5c72b7bdd140cf6e148018bfdab25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 22:41:29 +0000 Subject: [PATCH] Bump llama-index-core in /EdgeCraftRAG/edgecraftrag Bumps [llama-index-core](https://github.com/run-llama/llama_index) from 0.12.37 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.37...v0.13.0) --- updated-dependencies: - dependency-name: llama-index-core 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..1e8597d793 --- a/EdgeCraftRAG/edgecraftrag/requirements.txt +++ b/EdgeCraftRAG/edgecraftrag/requirements.txt @@ -6,7 +6,7 @@ langchain-core==0.3.60 langchain-milvus langchain-openai llama-index==0.12.36 -llama-index-core==0.12.37 +llama-index-core==0.13.0 llama-index-embeddings-openvino==0.5.2 llama-index-llms-openai==0.3.44 llama-index-llms-openai-like==0.3.4