Skip to content

Commit 5c4b477

Browse files
committed
Update index.toml
1 parent fe71dd7 commit 5c4b477

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,15 @@ completion_time = "20 min"
229229
created_at = 2025-06-02
230230
dependencies = ["duckduckgo-api-haystack", "docstring-parser"]
231231
featured = true
232+
233+
[[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."
236+
level = "advanced"
237+
weight = 11
238+
notebook = "46_Multimodal_RAG.ipynb"
239+
aliases = []
240+
completion_time = "20 min"
241+
created_at = 2025-07-29
242+
dependencies = ["pillow", "pypdfium2"]
243+
featured = true

0 commit comments

Comments
 (0)