Overview
Integration details
Loader features
Setup
To access BSHTMLLoader document loader you’ll need to install thelangchain-community integration package and the bs4 python package.
Credentials
No credentials are needed to use theBSHTMLLoader class.
To enable automated tracing of your model calls, set your LangSmith API key:
Installation
Install langchain-community and bs4.Initialization
Now we can instantiate our model object and load documents:- TODO: Update model instantiation with relevant params.