We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d113a98 commit 13c8c65Copy full SHA for 13c8c65
notebooks/hybrid-search/notebook.ipynb
@@ -56,7 +56,7 @@
56
"metadata": {},
57
"outputs": [],
58
"source": [
59
- "%pip install wget openai==1.3.3 pydantic==1.10.17 jinja2==3.0.3 --quiet"
+ "%pip install wget openai==1.3.3 --quiet"
60
]
61
},
62
{
@@ -80,7 +80,7 @@
80
81
82
"# Import the library for vectorizing the data (Up to 2 minutes)\n",
83
- "!pip install sentence-transformers --quiet\n",
+ "%pip install sentence-transformers --quiet\n",
84
"\n",
85
"from sentence_transformers import SentenceTransformer\n",
86
0 commit comments