Add faiss dependency to tutorial 12 (#2109)

This commit is contained in:
Julian Risch 2022-02-02 14:19:08 +01:00 committed by GitHub
parent 88771b2bee
commit 3245cdef1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@
"\n",
"# Install the latest master of Haystack\n",
"!pip install --upgrade pip\n",
"!pip install git+https://github.com/deepset-ai/haystack.git#egg=farm-haystack[colab]"
"!pip install git+https://github.com/deepset-ai/haystack.git#egg=farm-haystack[colab,faiss]"
]
},
{