Skip to content

Commit

Permalink
Merge pull request #128 from deepset-ai/query-decomposition
Browse files Browse the repository at this point in the history
Adding query decomposition
  • Loading branch information
TuanaCelik authored Sep 20, 2024
2 parents 07cddda + 5b701eb commit a300bcc
Show file tree
Hide file tree
Showing 3 changed files with 849 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ For more examples, you may also find our [Blog](https://haystack.deepset.ai/blog
| Improving Retrieval with Auto-Merging | <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/auto_merging_retriever.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>|
| Speaker Diarization with AssemblyAI | <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/using_speaker_diarization_with_assemblyai.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>|
| Advance Prompt Customization for Anthropic | <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/prompt_customization_for_Anthropic.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>|
| Advanced RAG: Query Decomposition and Reasoning | <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/query_decomposition.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>|
| Techcrunch News Digest with Local LLMs using TitanML Takeoff | <a href="https://colab.research.google.com/drive/10EralM_8pCJ5nXnGIZYr6atqefmi8r2z?usp=sharing" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>|
| Use Gemini Models with Vertex AI| <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/vertexai-gemini-examples.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>|
| Gradient AI Embedders and Generators for RAG | <a href="https://colab.research.google.com/github/deepset-ai/haystack-cookbook/blob/main/notebooks/gradient-embeders-and-generators-for-notion-rag.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>|
Expand Down
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 a300bcc

Please sign in to comment.