Skip to content

Commit 3e0af2b

Browse files
committed
Update links
1 parent b7229cb commit 3e0af2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/semantic-search.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
"- `name` can be anything we like. The name is used as an identifier for the index when performing other operations such as `describe_index`, `delete_index`, and so on. \n",
329329
"- `metric` specifies the similarity metric that will be used later when you make queries to the index.\n",
330330
"- `dimension` should correspond to the dimension of the dense vectors produced by your embedding model.\n",
331-
"- `spec` holds a specification which tells Pinecone how you would like to deploy our index. You can find a list of all [available providers and regions here](https://docs.pinecone.io/docs/projects).\n",
331+
"- `spec` holds a specification which tells Pinecone how you would like to deploy our index. You can find a list of all [available providers and regions here](https://docs.pinecone.io/guides/projects/understanding-projects).\n",
332332
"\n",
333333
"There are more configurations available, but this minimal set will get us started."
334334
]

0 commit comments

Comments
 (0)