From 2c6b202e57370b8f97c0bd32388643396a1d00ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuana=20=C3=87elik?= Date: Tue, 24 Sep 2024 16:59:24 +0200 Subject: [PATCH] Update index.toml --- index.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.toml b/index.toml index b014f50..8995dc8 100644 --- a/index.toml +++ b/index.toml @@ -28,6 +28,7 @@ title = "Improving Retrieval with Auto-Merging and Hierarchical Document Retriev notebook = "auto_merging_retriever.ipynb" topics = ["Advanced Retrieval", "RAG"] experimental = true +new = true discuss = "https://github.com/deepset-ai/haystack-experimental/discussions/78" [[cookbook]] @@ -232,6 +233,7 @@ topics = ["RAG"] [[cookbook]] title = "Advanced RAG: Query Decomposition and Reasoning" notebook = "query_decomposition.ipynb" +new = true topics = ["Advanced Retrieval", "RAG", "Agents"] [[cookbook]] @@ -244,4 +246,5 @@ title = "Define & Run Tools " notebook = "tools_support.ipynb" topics = ["Function Calling", "Chat", "Agents"] experimental = true +new = true discuss = "https://github.com/deepset-ai/haystack-experimental/discussions/98"