-
Notifications
You must be signed in to change notification settings - Fork 2.5k
feat(community): Add a Hyperbrowser package for the js library #7960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this, and apologies for the delay!
Looks fine overall, some really small nits. I'd push them to your branch myself but I don't seem to have access.
|
||
| Class | Package | Local | [PY support](https://python.langchain.com/docs/integrations/document_loaders/hyperbrowser/)| | ||
| :---: | :---: | :---: | :---: | | ||
| HyperbrowserLoader | langchain-js | ❌ | ✅ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Package
should be @langchain/community
- apologies but I don't think I have access to push to your branch to make changes myself.
|
||
| Tool Class | Package | [Python Support](https://python.langchain.com/docs/integrations/tools/hyperbrowser) | | ||
| :---: | :---: | :---: | | ||
| HyperbrowserScrapingTool | langchain-js | ✅ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above
Description
Hyperbrowser is a platform for running and scaling headless browsers. It lets you launch and manage browser sessions at scale and provides easy to use solutions for any webscraping needs, such as scraping a single page or crawling an entire site.
This PR adds a web document loader, and various tools
Integration tests for both the tools and web document loader are also provided. Docs for the same are also provided.
Docs for hyperbrowser are available here
Usage
The document loader and tools both require an API Key. The API Key can be provided either as an argument, or through
HYPERBROWSER_API_KEY
env varIssue
None
Dependencies
None
Twitter Handle
@hyperbrowser