File tree Expand file tree Collapse file tree 3 files changed +814
-1879
lines changed
Expand file tree Collapse file tree 3 files changed +814
-1879
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ aliases = []
159159completion_time = " 20 min"
160160created_at = 2024-03-05
161161dependencies = [" sentence-transformers>=4.1.0" , " gradio" ]
162- featured = true
163162
164163[[tutorial ]]
165164title = " Query Classification with TransformersTextRouter and TransformersZeroShotTextRouter"
@@ -254,11 +253,11 @@ dependencies = ["haystack-experimental>=0.14.2"]
254253featured = true
255254
256255[[tutorial ]]
257- title = " Conversational RAG using a Chat Message Store "
258- description = " Learn how to incorporate a conversational history into a RAG pipeline to enable multi-turn conversations with documents. "
256+ title = " Conversational RAG Agent using InMemoryChatMessageStore "
257+ description = " Learn how to use conversational history for RAG to enable multi-turn conversations grounded in documents"
259258level = " advanced"
260- weight = 10
261- notebook = " 48_Chat_Message_Store .ipynb"
259+ weight = 9
260+ notebook = " 48_Conversational_RAG .ipynb"
262261aliases = []
263262completion_time = " 20 min"
264263created_at = 2025-12-30
Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments