We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d128589 commit 8d8800bCopy full SHA for 8d8800b
1 file changed
tutorials/48_Chat_Message_Store.ipynb
@@ -44,7 +44,9 @@
44
},
45
"outputs": [],
46
"source": [
47
- "!pip install -U \"haystack-experimental>=0.15.0\" datasets"
+ "%%bash\n",
48
+ "\n",
49
+ "pip install -q \"haystack-experimental>=0.15.0\" datasets"
50
]
51
52
{
0 commit comments