From 82dad154d751820ef56bdbf4ab5d55540ed069f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 03:26:40 +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(-) diff --git a/EdgeCraftRAG/edgecraftrag/requirements.txt b/EdgeCraftRAG/edgecraftrag/requirements.txt index 6c4b7e4451..28b6d55d65 100644 --- a/EdgeCraftRAG/edgecraftrag/requirements.txt +++ b/EdgeCraftRAG/edgecraftrag/requirements.txt @@ -7,7 +7,7 @@ langchain-core==0.3.80 langchain-milvus langchain-openai langgraph==0.6.10 -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