Skip to content

Commit 55683fd

Browse files
committed
pypdf dep
1 parent a3f2860 commit 55683fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,5 +239,5 @@ notebook = "46_Multimodal_RAG.ipynb"
239239
aliases = []
240240
completion_time = "20 min"
241241
created_at = 2025-07-29
242-
dependencies = ["pillow", "pypdfium2", "sentence-transformers>=4.1.0"]
242+
dependencies = ["pillow", "pypdf", "pypdfium2", "sentence-transformers>=4.1.0"]
243243
featured = true

tutorials/46_Multimodal_RAG.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"source": [
4040
"%%bash\n",
4141
"\n",
42-
"pip install \"haystack-ai>=2.16.0\" pillow pypdfium2 \"sentence-transformers>=4.1.0\""
42+
"pip install \"haystack-ai>=2.16.0\" pillow pypdf pypdfium2 \"sentence-transformers>=4.1.0\""
4343
]
4444
},
4545
{

0 commit comments

Comments
 (0)