Langchain
Configure Browserbase for Langchain
1
Get your API Key
2
Install the Browserbase SDK, Playwright, and Langchain Community
3
Load documents or images
Load documents
Loader Options
urls
Required. A list of URLs to fetch.text_content
Retrieve only text content. Default isFalse
.api_key
Browserbase API key. Default isBROWSERBASE_API_KEY
env variable.project_id
Browserbase Project ID. Default isBROWSERBASE_PROJECT_ID
env variable.session_id
Optional. Provide an existing Session ID.proxy
Optional. Enable/Disable Proxies.
Was this page helpful?