Skip to content

Commit b3bff43

Browse files
authored
Update langchain-retrieval-augmentation.ipynb
1 parent a447de6 commit b3bff43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/langchain-retrieval-augmentation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"\n",
2828
"A solution to this problem is *retrieval augmentation*. The idea behind this is that we retrieve relevant information from an external knowledge base and give that information to our LLM. In this notebook we will learn how to do that.\n",
2929
"\n",
30-
"[![Open full notebook](https://raw.githubusercontent.com/pinecone-io/examples/master/assets/full-link.svg)](https://colab.research.google.com/github/pinecone-io/examples/blob/master/docs/langchain-retrieval-augmentation.ipynb)\n",
30+
"[![Open full notebook](https://raw.githubusercontent.com/pinecone-io/examples/master/assets/full-link.svg)](https://github.com/pinecone-io/examples/blob/master/learn/generation/langchain/handbook/05-langchain-retrieval-augmentation.ipynb)\n",
3131
"\n",
3232
"To begin, we must install the prerequisite libraries that we will be using in this notebook."
3333
]

0 commit comments

Comments
 (0)