We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://docs.browserbase.com/integrations/langchain/python
from langchain_community.document_loaders import BrowserbaseLoader BROWSERBASE_API_TOKEN = "<Your Browserbase API Key goes here>" loader = BrowserbaseLoader( api_token=BROWSERBASE_API_TOKEN, urls=[ # load multiple pages "https://www.espn.com", "https://lilianweng.github.io/posts/2023-06-23-agent/" ], text_content=True, ) documents = loader.load()
The text was updated successfully, but these errors were encountered:
https://github.com/browser-use/browser-use
Sorry, something went wrong.
? #21
Added #122
No branches or pull requests
https://docs.browserbase.com/integrations/langchain/python
The text was updated successfully, but these errors were encountered: