Skip to content

Commit bb441c6

Browse files
committed
Update links
1 parent 3e0af2b commit bb441c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/langchain-retrieval-augmentation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"id": "dQRA1HWOJYbU"
1818
},
1919
"source": [
20-
"#### [LangChain Handbook](https://pinecone.io/learn/langchain)\n",
20+
"#### [LangChain Handbook](https://www.pinecone.io/learn/langchain)\n",
2121
"\n",
2222
"# Retrieval Augmentation\n",
2323
"\n",
@@ -256,7 +256,7 @@
256256
"- `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",
257257
"- `metric` specifies the similarity metric that will be used later when you make queries to the index.\n",
258258
"- `dimension` should correspond to the dimension of the dense vectors produced by your embedding model.\n",
259-
"- `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",
259+
"- `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",
260260
"\n",
261261
"There are more configurations available, but this minimal set will get us started."
262262
]

0 commit comments

Comments
 (0)