From 1acceb30b026a777e4ea69401a1b87c87aa778a2 Mon Sep 17 00:00:00 2001 From: Sebastian Husch Lee Date: Mon, 12 Jan 2026 10:03:31 +0100 Subject: [PATCH] Update haystack experimental dep --- index.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.toml b/index.toml index 54d58e8..dee1841 100644 --- a/index.toml +++ b/index.toml @@ -249,7 +249,7 @@ notebook = "47_Human_in_the_Loop_Agent.ipynb" aliases = [] completion_time = "20 min" created_at = 2025-10-30 -dependencies = ["haystack-experimental>=0.14.2"] +dependencies = ["haystack-experimental>=0.16.0"] featured = true [[tutorial]] @@ -261,5 +261,5 @@ notebook = "48_Conversational_RAG.ipynb" aliases = [] completion_time = "20 min" created_at = 2025-12-30 -dependencies = ["haystack-experimental>=0.15.0", "datasets"] +dependencies = ["haystack-experimental>=0.16.0", "datasets"] featured = true