We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe71dd7 commit 5c4b477Copy full SHA for 5c4b477
index.toml
@@ -229,3 +229,15 @@ completion_time = "20 min"
229
created_at = 2025-06-02
230
dependencies = ["duckduckgo-api-haystack", "docstring-parser"]
231
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