Skip to content

Commit 5da18a1

Browse files
authored
Update semantic-search.ipynb
1 parent 3c1f953 commit 5da18a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn/search/semantic-search/semantic-search.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"\n",
1212
"# Semantic Search\n",
1313
"\n",
14-
"[![Open nbviewer](https://raw.githubusercontent.com/pinecone-io/examples/master/assets/fast-link.svg)](https://colab.research.google.com/github/pinecone-io/examples/blob/master/search/semantic-search/semantic-search-fast.ipynb)\n",
14+
"[![Open nbviewer](https://raw.githubusercontent.com/pinecone-io/examples/master/assets/fast-link.svg)](https://github.com/pinecone-io/examples/blob/master/learn/search/semantic-search/semantic-search.ipynb)\n",
1515
"\n",
1616
"In this walkthrough we will see how to use Pinecone for semantic search. To begin we must install the required prerequisite libraries:"
1717
]
@@ -70,7 +70,7 @@
7070
"We will see how steps `1`, `2`, and `3` are done in this section, but we won't implement `2` and `3` across the whole dataset until we reach the *upsert loop* as we will iteratively perform these two steps.\n",
7171
"\n",
7272
"In either case, this can take some time. If you'd rather skip the data preparation step and get straight to upserts and testing the semantic search functionality, you should \n",
73-
"refer to the [**fast notebook**](https://github.com/pinecone-io/examples/blob/master/docs/semantic-search.ipynb)."
73+
"refer to the [**fast notebook**](https://colab.research.google.com/github/pinecone-io/examples/blob/master/docs/semantic-search.ipynb)."
7474
]
7575
},
7676
{

0 commit comments

Comments
 (0)