From e143a98c99b4c358d510e0b3c129c260fc9f16c7 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 5228f358..d0f77da4 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/" ] }, {