Skip to content

Commit b98ae58

Browse files
committed
Formatting and wording changes
1 parent 4a8b0ea commit b98ae58

File tree

3 files changed

+814
-1879
lines changed

3 files changed

+814
-1879
lines changed

index.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ aliases = []
159159
completion_time = "20 min"
160160
created_at = 2024-03-05
161161
dependencies = ["sentence-transformers>=4.1.0", "gradio"]
162-
featured = true
163162

164163
[[tutorial]]
165164
title = "Query Classification with TransformersTextRouter and TransformersZeroShotTextRouter"
@@ -254,11 +253,11 @@ dependencies = ["haystack-experimental>=0.14.2"]
254253
featured = 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"
259258
level = "advanced"
260-
weight = 10
261-
notebook = "48_Chat_Message_Store.ipynb"
259+
weight = 9
260+
notebook = "48_Conversational_RAG.ipynb"
262261
aliases = []
263262
completion_time = "20 min"
264263
created_at = 2025-12-30

tutorials/48_Chat_Message_Store.ipynb

Lines changed: 0 additions & 1874 deletions
This file was deleted.

tutorials/48_Conversational_RAG.ipynb

Lines changed: 810 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)