Skip to content

Commit

Permalink
Fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Aug 1, 2024
1 parent d113a98 commit 13c8c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/hybrid-search/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install wget openai==1.3.3 pydantic==1.10.17 jinja2==3.0.3 --quiet"
"%pip install wget openai==1.3.3 --quiet"
]
},
{
Expand All @@ -80,7 +80,7 @@
"outputs": [],
"source": [
"# Import the library for vectorizing the data (Up to 2 minutes)\n",
"!pip install sentence-transformers --quiet\n",
"%pip install sentence-transformers --quiet\n",
"\n",
"from sentence_transformers import SentenceTransformer\n",
"\n",
Expand Down

0 comments on commit 13c8c65

Please sign in to comment.