You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the python implementation of langchain there is the BeautifulSoup4 document_loader, and similarly in js there is the cheerio loader.
How can I use either of these to select which portion of the web page I want to use in the document? It seems by default, and perhaps only, it is possible to load the entire web page, including all relevant, and irrelevant, text.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
In the python implementation of langchain there is the BeautifulSoup4 document_loader, and similarly in js there is the cheerio loader.
How can I use either of these to select which portion of the web page I want to use in the document? It seems by default, and perhaps only, it is possible to load the entire web page, including all relevant, and irrelevant, text.
Beta Was this translation helpful? Give feedback.
All reactions