Skip to content

Commit 1b98918

Browse files
authored
Merge pull request #314 from pinecone-io/fix-link-langchain-notebook
Langchain retrieval agents colab: Fix link to full example
2 parents 6994b8f + 9e3cb8f commit 1b98918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/langchain-retrieval-agent.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"\n",
3030
"Merging these methods gives us the best of both worlds. In this notebook we'll learn how to do this.\n",
3131
"\n",
32-
"[![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/generation/langchain/handbook/08-langchain-retrieval-agent.ipynb)\n",
32+
"[![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/learn/generation/langchain/handbook/08-langchain-retrieval-agent.ipynb)\n",
3333
"\n",
3434
"To begin, we must install the prerequisite libraries that we will be using in this notebook."
3535
]
@@ -72,7 +72,7 @@
7272
"id": "qNyRsz0ZXXaq"
7373
},
7474
"source": [
75-
"We will download a pre-embedded dataset from `pinecone-datasets`. Allowing us to skip the embedding and preprocessing steps, if you'd rather work through those steps you can find the [full notebook here](https://github.com/pinecone-io/examples/blob/master/generation/langchain/handbook/08-langchain-retrieval-agent.ipynb)."
75+
"We will download a pre-embedded dataset from `pinecone-datasets`. Allowing us to skip the embedding and preprocessing steps, if you'd rather work through those steps you can find the [full notebook here](https://colab.research.google.com/github/pinecone-io/examples/blob/master/learn/generation/langchain/handbook/08-langchain-retrieval-agent.ipynb)."
7676
]
7777
},
7878
{

0 commit comments

Comments
 (0)