Skip to content

Commit 13c8c65

Browse files
committed
Fix pip install
1 parent d113a98 commit 13c8c65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/hybrid-search/notebook.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"metadata": {},
5757
"outputs": [],
5858
"source": [
59-
"%pip install wget openai==1.3.3 pydantic==1.10.17 jinja2==3.0.3 --quiet"
59+
"%pip install wget openai==1.3.3 --quiet"
6060
]
6161
},
6262
{
@@ -80,7 +80,7 @@
8080
"outputs": [],
8181
"source": [
8282
"# Import the library for vectorizing the data (Up to 2 minutes)\n",
83-
"!pip install sentence-transformers --quiet\n",
83+
"%pip install sentence-transformers --quiet\n",
8484
"\n",
8585
"from sentence_transformers import SentenceTransformer\n",
8686
"\n",

0 commit comments

Comments
 (0)