Skip to content

Commit c5b7921

Browse files
committed
It was _one_ tab... GitHub Action should finally be happy.
1 parent b371bd3 commit c5b7921

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

embedding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def add_sitemap_documents(web_path, filter_urls, parsing_function, chroma_instan
7171
else:
7272
# If it's a web URL, use the SitemapLoader with web_path
7373
sitemap_loader = SitemapLoader(web_path=web_path, filter_urls=filter_urls, parsing_function=parsing_function)
74-
74+
7575
sitemap_loader.session.headers["User-Agent"] = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36"
7676
add_documents(sitemap_loader, chroma_instance)
7777

0 commit comments

Comments
 (0)