From 3245cdef1d1fdb3e9dde6e14e427fa137386dba3 Mon Sep 17 00:00:00 2001 From: Julian Risch Date: Wed, 2 Feb 2022 14:19:08 +0100 Subject: [PATCH] Add faiss dependency to tutorial 12 (#2109) --- tutorials/Tutorial12_LFQA.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Tutorial12_LFQA.ipynb b/tutorials/Tutorial12_LFQA.ipynb index 4c34acdf8..f94707096 100644 --- a/tutorials/Tutorial12_LFQA.ipynb +++ b/tutorials/Tutorial12_LFQA.ipynb @@ -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]" ] }, {