From b71a70a4357a40d95d6110863bceca6b91281df2 Mon Sep 17 00:00:00 2001 From: James Briggs <35938317+jamescalam@users.noreply.github.com> Date: Mon, 10 Apr 2023 17:57:47 +0700 Subject: [PATCH] update wget to new langchain docs url --- .../vector_databases/pinecone/GPT4_Retrieval_Augmentation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vector_databases/pinecone/GPT4_Retrieval_Augmentation.ipynb b/examples/vector_databases/pinecone/GPT4_Retrieval_Augmentation.ipynb index 5228f35..d0f77da 100644 --- a/examples/vector_databases/pinecone/GPT4_Retrieval_Augmentation.ipynb +++ b/examples/vector_databases/pinecone/GPT4_Retrieval_Augmentation.ipynb @@ -103,7 +103,7 @@ } ], "source": [ - "!wget -r -A.html -P rtdocs https://langchain.readthedocs.io/en/latest/" + "!wget -r -A.html -P rtdocs https://python.langchain.com/en/latest/" ] }, {