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 1/2] 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" From 21807549ba27be219a719b6bfd3741d2672e9332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuana=20=C3=87elik?= Date: Tue, 24 Sep 2024 17:00:41 +0200 Subject: [PATCH 2/2] Update index.toml --- index.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/index.toml b/index.toml index 8995dc8..c0e1a14 100644 --- a/index.toml +++ b/index.toml @@ -16,6 +16,7 @@ topics = ["RAG"] [[cookbook]] title = "RAG: Extract and use website content for question answering with Apify-Haystack integration" notebook = "apify_haystack_rag.ipynb" +new = true topics = ["RAG", "Web-QA"] [[cookbook]]