Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,6 @@ dmypy.json
text/**

tutorials/data
saved_models
saved_models

.idea
12 changes: 12 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,15 @@ completion_time = "20 min"
created_at = 2025-06-02
dependencies = ["duckduckgo-api-haystack", "docstring-parser"]
featured = true

[[tutorial]]
title = "Creating Vision+Text RAG Pipelines"
description = "Build a multimodal RAG pipeline that can answer questions grounded in both images and text."
level = "advanced"
weight = 11
notebook = "46_Multimodal_RAG.ipynb"
aliases = []
completion_time = "20 min"
created_at = 2025-08-04
dependencies = ["pillow", "pypdf", "pypdfium2", "sentence-transformers>=4.1.0"]
featured = true
5,319 changes: 5,319 additions & 0 deletions tutorials/46_Multimodal_RAG.ipynb

Large diffs are not rendered by default.