From 824dccf5e2cb66bf06df6c70b0ca113dfa8de7cb Mon Sep 17 00:00:00 2001 From: Gustavo Isturiz <48292332+gisturiz@users.noreply.github.com> Date: Fri, 29 Mar 2024 09:36:54 +0100 Subject: [PATCH] docs: fixed xml URL on sitemap docs exmaple, issue #17236 (#17304) --- docs/docs/integrations/document_loaders/sitemap.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/integrations/document_loaders/sitemap.ipynb b/docs/docs/integrations/document_loaders/sitemap.ipynb index d813f6e52ab..aa1086b7a97 100644 --- a/docs/docs/integrations/document_loaders/sitemap.ipynb +++ b/docs/docs/integrations/document_loaders/sitemap.ipynb @@ -34,7 +34,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -62,7 +62,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -73,7 +73,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": null, "metadata": {}, "outputs": [ { @@ -107,7 +107,7 @@ "outputs": [], "source": [ "loader = SitemapLoader(\n", - " web_path=\" https://api.python.langchain.com/sitemap.xml\",\n", + " web_path=\"https://api.python.langchain.com/sitemap.xml\",\n", " filter_urls=[\"https://api.python.langchain.com/en/latest\"],\n", ")\n", "documents = loader.load()" @@ -247,7 +247,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.18" + "version": "3.11.4" } }, "nbformat": 4,