Skip to content

Commit ec3f6a1

Browse files
committed
fix URL for ingest
1 parent c17d025 commit ec3f6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/ingest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def metadata_extractor(
4343

4444
def load_langchain_docs():
4545
return SitemapLoader(
46-
"https://python.langchain.com/v0.2/sitemap.xml",
46+
"https://python.langchain.com/sitemap.xml",
4747
filter_urls=["https://python.langchain.com/"],
4848
parsing_function=langchain_docs_extractor,
4949
default_parser="lxml",

0 commit comments

Comments
 (0)