WebBaseLoader
This covers how to use WebBaseLoader
to load all text from HTML
webpages into a document format that we can use downstream. For more custom logic for loading webpages look at some child class examples such as IMSDbLoader
, AZLyricsLoader
, and CollegeConfidentialLoader
.
If you don't want to worry about website crawling, bypassing JS-blocking sites, and data cleaning, consider using FireCrawlLoader
or the faster option SpiderLoader
.
Overview​
Integration details​
- TODO: Fill in table features.
- TODO: Remove JS support link if not relevant, otherwise ensure link is correct.
- TODO: Make sure API reference links are correct.
Class | Package | Local | Serializable | JS support |
---|---|---|---|---|
WebBaseLoader | langchain_community | ✅ | ❌ |