Skip to content

Commit

Permalink
adding query decomposition
Browse files Browse the repository at this point in the history
  • Loading branch information
TuanaCelik committed Sep 20, 2024
1 parent 07cddda commit 2678f33
Show file tree
Hide file tree
Showing 2 changed files with 848 additions and 3 deletions.
11 changes: 8 additions & 3 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ topics = ["Model Serving", "Chat"]
[[cookbook]]
title = "Chat With Your SQL Database"
notebook = "chat_with_SQL_3_ways.ipynb"
topics = ["Chat", "SQL"]
topics = ["Chat", "SQL", "Agents"]

[[cookbook]]
title = "Chroma Indexing and RAG Examples"
Expand All @@ -59,7 +59,7 @@ experimental = true
[[cookbook]]
title = "Conversational RAG using Memory"
notebook = "conversational_rag_using_memory.ipynb"
topics = ["Chat", "RAG"]
topics = ["Chat", "RAG", "Agents"]
experimental = true
discuss = "https://github.com/deepset-ai/haystack-experimental/discussions/75"

Expand All @@ -71,7 +71,7 @@ topics = ["Advanced Retrieval", "Metadata"]
[[cookbook]]
title = "Function Calling with OpenAIChatGenerator"
notebook = "function_calling_with_OpenAIChatGenerator.ipynb"
topics = ["Function Calling", "Chat"]
topics = ["Function Calling", "Chat", "Agents"]

[[cookbook]]
title = "Build with Gemma and Haystack 2.x"
Expand Down Expand Up @@ -228,3 +228,8 @@ topics = ["Model Serving"]
title = "🪁 RAG pipelines with Haystack 2.0 + Zephyr 7B Beta"
notebook = "zephyr-7b-beta-for-rag.ipynb"
topics = ["RAG"]

[[cookbook]]
title = "Advanced RAG: Query Decomposition and Reasoning"
notebook = "query_decomposition.ipynb"
topics = ["Advanced Retrieval", "RAG", "Agents"]
Loading

0 comments on commit 2678f33

Please sign in to comment.