docs: fixed xml URL on sitemap docs exmaple, issue #17236 (#17304)

pull/17100/head
Gustavo Isturiz 6 months ago committed by GitHub
parent 7164015135
commit 824dccf5e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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,

Loading…
Cancel
Save