mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-14 08:37:42 +00:00
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:
parent
a19a9f548b
commit
c00b32cf67
@ -33,9 +33,6 @@ These lines are to install Haystack through pip
|
|||||||
|
|
||||||
|
|
||||||
```python
|
```python
|
||||||
# Install the latest release of Haystack in your own environment
|
|
||||||
!pip install farm-haystack
|
|
||||||
|
|
||||||
# Install the latest master of Haystack
|
# Install the latest master of Haystack
|
||||||
!pip install grpcio-tools==1.34.1
|
!pip install grpcio-tools==1.34.1
|
||||||
!pip install --upgrade git+https://github.com/deepset-ai/haystack.git
|
!pip install --upgrade git+https://github.com/deepset-ai/haystack.git
|
||||||
|
|||||||
@ -66,9 +66,6 @@
|
|||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": null,
|
"execution_count": null,
|
||||||
"source": [
|
"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",
|
"# Install the latest master of Haystack\n",
|
||||||
"!pip install grpcio-tools==1.34.1\n",
|
"!pip install grpcio-tools==1.34.1\n",
|
||||||
"!pip install --upgrade git+https://github.com/deepset-ai/haystack.git\n",
|
"!pip install --upgrade git+https://github.com/deepset-ai/haystack.git\n",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user