Fix Tutorial 11 on Google Colab (#1795)

* Remove installation of latest release

* Add latest docstring and tutorial changes

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
bogdankostic 2021-11-23 15:35:23 +01:00 committed by GitHub
parent a19a9f548b
commit c00b32cf67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -33,9 +33,6 @@ These lines are to install Haystack through pip
```python
# Install the latest release of Haystack in your own environment
!pip install farm-haystack
# Install the latest master of Haystack
!pip install grpcio-tools==1.34.1
!pip install --upgrade git+https://github.com/deepset-ai/haystack.git

View File

@ -66,9 +66,6 @@
"cell_type": "code",
"execution_count": null,
"source": [
"# Install the latest release of Haystack in your own environment\n",
"!pip install farm-haystack\n",
"\n",
"# Install the latest master of Haystack\n",
"!pip install grpcio-tools==1.34.1\n",
"!pip install --upgrade git+https://github.com/deepset-ai/haystack.git\n",