Skip to content

Commit

Permalink
Merge pull request #134 from deepset-ai/TuanaCelik-patch-1
Browse files Browse the repository at this point in the history
Update index.toml
  • Loading branch information
TuanaCelik authored Sep 24, 2024
2 parents 0ac394f + 2180754 commit b27189a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand All @@ -28,6 +29,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]]
Expand Down Expand Up @@ -232,6 +234,7 @@ topics = ["RAG"]
[[cookbook]]
title = "Advanced RAG: Query Decomposition and Reasoning"
notebook = "query_decomposition.ipynb"
new = true
topics = ["Advanced Retrieval", "RAG", "Agents"]

[[cookbook]]
Expand All @@ -244,4 +247,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"

0 comments on commit b27189a

Please sign in to comment.