From acfd11c8e424a456227abde8df8b52a705b63024 Mon Sep 17 00:00:00 2001 From: Hadi Curtay <12596126+hadicurtay@users.noreply.github.com> Date: Sat, 22 Apr 2023 23:47:41 -0400 Subject: [PATCH] Updated incorrect link to Weaviate notebook (#3362) The detailed walkthrough of the Weaviate wrapper was pointing to the getting-started notebook. Fixed it to point to the Weaviable notebook in the examples folder. --- docs/ecosystem/weaviate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ecosystem/weaviate.md b/docs/ecosystem/weaviate.md index cfc9e971..e0077682 100644 --- a/docs/ecosystem/weaviate.md +++ b/docs/ecosystem/weaviate.md @@ -30,4 +30,4 @@ To import this vectorstore: from langchain.vectorstores import Weaviate ``` -For a more detailed walkthrough of the Weaviate wrapper, see [this notebook](../modules/indexes/vectorstores/getting_started.ipynb) +For a more detailed walkthrough of the Weaviate wrapper, see [this notebook](../modules/indexes/vectorstores/examples/weaviate.ipynb)