diff --git a/tutorials/46_Multimodal_RAG.ipynb b/tutorials/46_Multimodal_RAG.ipynb index 7014554..0242b54 100644 --- a/tutorials/46_Multimodal_RAG.ipynb +++ b/tutorials/46_Multimodal_RAG.ipynb @@ -44,7 +44,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "6e44239d-8a00-4d79-b372-b495c4cdee6e", "metadata": { "id": "6e44239d-8a00-4d79-b372-b495c4cdee6e", @@ -54,7 +54,7 @@ "source": [ "%%bash\n", "\n", - "pip install -q \"haystack-ai>=2.16.0\" pillow pypdf pypdfium2 \"sentence-transformers>=4.1.0\"" + "pip install -q \"haystack-ai>=2.16.0\" pillow pypdf pypdfium2 \"sentence-transformers>=4.1.0\" \"transformers<5\"" ] }, {