From 94946238693710e5b1222c0f5211294924e450db Mon Sep 17 00:00:00 2001 From: Dhruvil Shah <48760936+jackfrost1411@users.noreply.github.com> Date: Mon, 19 Jun 2023 21:43:35 -0700 Subject: [PATCH] Update web_base.ipynb (#6430) Minor new line character in the markdown. Also, this option is not yet in the latest version of LangChain (0.0.190) from Conda. Maybe in the next update. @eyurtsev @hwchase17 --- .../data_connection/document_loaders/integrations/web_base.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/extras/modules/data_connection/document_loaders/integrations/web_base.ipynb b/docs/extras/modules/data_connection/document_loaders/integrations/web_base.ipynb index 2b98ac86eb..56b1edb376 100644 --- a/docs/extras/modules/data_connection/document_loaders/integrations/web_base.ipynb +++ b/docs/extras/modules/data_connection/document_loaders/integrations/web_base.ipynb @@ -36,6 +36,7 @@ "metadata": {}, "source": [ "To bypass SSL verification errors during fetching, you can set the \"verify\" option:\n", + "\n", "loader.requests_kwargs = {'verify':False}" ] },