Skip to content

Commit d128589

Browse files
committed
Add to index.toml
1 parent f2f8a92 commit d128589

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

index.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,15 @@ completion_time = "20 min"
252252
created_at = 2025-10-30
253253
dependencies = ["haystack-experimental>=0.14.2"]
254254
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

Comments
 (0)