We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f8a92 commit d128589Copy full SHA for d128589
1 file changed
index.toml
@@ -252,3 +252,15 @@ completion_time = "20 min"
252
created_at = 2025-10-30
253
dependencies = ["haystack-experimental>=0.14.2"]
254
featured = true
255
+
256
+[[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."
259
+level = "advanced"
260
+weight = 10
261
+notebook = "48_Chat_Message_Store.ipynb"
262
+aliases = []
263
+completion_time = "20 min"
264
+created_at = 2025-12-30
265
+dependencies = ["haystack-experimental>=0.15.0"]
266
+featured = true
0 commit comments