Skip to content

Commit 3ca7084

Browse files
committed
update the tutorial content & title
1 parent e6711a5 commit 3ca7084

File tree

2 files changed

+5294
-1011
lines changed

2 files changed

+5294
-1011
lines changed

index.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,13 @@ dependencies = ["duckduckgo-api-haystack", "docstring-parser"]
231231
featured = true
232232

233233
[[tutorial]]
234-
title = "Introduction to Multimodal RAG with Haystack"
235-
description = "Learn to build a Retrieval-Augmented Generation (RAG) pipeline that can answer questions grounded in both images and text."
234+
title = "Creating Vision+Text RAG Pipelines"
235+
description = "Build a multimodal RAG pipeline that can answer questions grounded in both images and text."
236236
level = "advanced"
237237
weight = 11
238238
notebook = "46_Multimodal_RAG.ipynb"
239239
aliases = []
240240
completion_time = "20 min"
241-
created_at = 2025-07-29
241+
created_at = 2025-08-04
242242
dependencies = ["pillow", "pypdf", "pypdfium2", "sentence-transformers>=4.1.0"]
243243
featured = true

0 commit comments

Comments
 (0)