From e3354404ad63c6821c6614ab3c92170a5be0892e Mon Sep 17 00:00:00 2001 From: Tom Dyson Date: Tue, 7 Mar 2023 23:24:03 +0000 Subject: [PATCH] Fix link to Pinecone notebook (#1492) --- docs/ecosystem/pinecone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ecosystem/pinecone.md b/docs/ecosystem/pinecone.md index 8b9fc9d4..a758c475 100644 --- a/docs/ecosystem/pinecone.md +++ b/docs/ecosystem/pinecone.md @@ -17,4 +17,4 @@ To import this vectorstore: from langchain.vectorstores import Pinecone ``` -For a more detailed walkthrough of the Pinecone wrapper, see [this notebook](../modules/indexes/examples/vectorstores.ipynb) +For a more detailed walkthrough of the Pinecone wrapper, see [this notebook](../modules/indexes/vectorstore_examples/pinecone.ipynb)