mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 14:43:07 +00:00
fixup
This commit is contained in:
@@ -101,7 +101,7 @@ class AsyncChromiumLoader(BaseLoader):
|
||||
|
||||
"""
|
||||
for url in self.urls:
|
||||
html_content = self.ascrape_playwright(url)
|
||||
html_content = self.scrape_playwright(url)
|
||||
metadata = {"source": url}
|
||||
yield Document(page_content=html_content, metadata=metadata)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user