Skip to content

Commit dbad6df

Browse files
committed
removed error text
1 parent 0248580 commit dbad6df

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

docs/semantic-search.ipynb

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"outputs": [],
4646
"source": [
4747
"!uv pip install -qU \\\n",
48-
" pinecone==7.3.0 \\\n",
48+
" pinecone~=7.3.0 \\\n",
4949
" pinecone-notebooks==0.1.1 \\\n",
50-
" datasets==3.5.1"
50+
" datasets==3.5.1 \\"
5151
]
5252
},
5353
{
@@ -58,7 +58,7 @@
5858
"source": [
5959
"---\n",
6060
"\n",
61-
"🚨 _Note: the above `uv pip install` is formatted for Jupyter notebooks. If running elsewhere you may need to drop the `!`._. If you want to run without uv, remove \"uv\"\n",
61+
"🚨 _Note: the above `uv pip install` is formatted for Colab Jupyter notebooks. If running elsewhere you may need to drop the `!`._. If you want to run without uv, remove \"uv\"\n",
6262
"\n",
6363
"---"
6464
]
@@ -80,7 +80,7 @@
8080
"\n",
8181
"We'll first need a free Pinecone account and API key. \n",
8282
"\n",
83-
"This cell will help you create an API key and save it in your Colab environment. \n",
83+
"This cell will help you create an account if you don't have one and then create an API key and save it in your Colab environment.\n",
8484
"\n",
8585
"Run the cell below, and click the Pinecone Connect button to create an account or log in, and follow the prompts to generate an API key:"
8686
]
@@ -159,14 +159,6 @@
159159
"outputId": "0fec19be-c74d-4602-bec6-24d61cfc5bb4"
160160
},
161161
"outputs": [
162-
{
163-
"name": "stderr",
164-
"output_type": "stream",
165-
"text": [
166-
"/opt/miniconda3/envs/pinecone-examples/lib/python3.11/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
167-
" from .autonotebook import tqdm as notebook_tqdm\n"
168-
]
169-
},
170162
{
171163
"data": {
172164
"text/plain": [

0 commit comments

Comments
 (0)