Skip to content

Commit 886edc2

Browse files
Remove extra slash on notebook preventing installs (#494)
Install bug! Removed a slash! --------- Co-authored-by: Jenna Pederson <[email protected]>
1 parent 902ec2d commit 886edc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/semantic-search.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
{
3636
"cell_type": "code",
37-
"execution_count": null,
37+
"execution_count": 17,
3838
"metadata": {
3939
"colab": {
4040
"base_uri": "https://localhost:8080/"
@@ -47,7 +47,7 @@
4747
"!uv pip install -qU \\\n",
4848
" 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
{

0 commit comments

Comments
 (0)