From 1d6cd0695f1e0697887aca25b13b4990fc0ba480 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 16:24:38 +0000 Subject: [PATCH] Update dependency llama_index to v0.12.9 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1906fa..9f8b808 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ authors = [] dependencies = [ "PyYAML==6.0.2", "huggingface_hub==0.27.0", - "llama_index==0.12.8", + "llama_index==0.12.9", "llama-index-vector-stores-faiss==0.3.0", "llama-index-embeddings-huggingface==0.4.0", "llama-index-readers-file==0.4.1",