langchain/docs
Kyle Jeong d0f0d1f966
[docs/community]: langchain docs + browserbaseloader fix (#30973)
Thank you for contributing to LangChain!

- [ ] **PR title**: "package: description"
- Where "package" is whichever of langchain, community, core, etc. is
being modified. Use "docs: ..." for purely docs changes, "infra: ..."
for CI changes.
  - Example: "community: add foobar LLM"

community: fix browserbase integration
docs: update docs

- [ ] **PR message**: ***Delete this entire checklist*** and replace
with
- **Description:** Updated BrowserbaseLoader to use the new python sdk.
    - **Issue:** update browserbase integration with langchain
    - **Dependencies:** n/a
    - **Twitter handle:** @kylejeong21

- [ ] **Add tests and docs**: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.

- [ ] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/
2025-04-24 13:38:49 -04:00
..
api_reference docs: dynamic copyright year in API ref (#30944) 2025-04-21 14:10:14 +00:00
cassettes infra: add langchain-google-genai to monorepo test deps and update notebook cassettes (#30925) 2025-04-18 11:16:12 -04:00
data
docs [docs/community]: langchain docs + browserbaseloader fix (#30973) 2025-04-24 13:38:49 -04:00
scripts docs: Add openGauss vector store documentation (#30742) 2025-04-11 20:31:39 +00:00
src Documentation: Add Google Gemini dropdown (#30995) 2025-04-24 10:00:16 -04:00
static docs: Update Google Analytics tag in docs (#31001) 2025-04-24 10:19:10 -07:00
.gitignore
.yarnrc.yml
babel.config.js
docusaurus.config.js
ignore-step.sh
Makefile
package.json
README.md
sidebars.js
vercel_overrides.txt
vercel_requirements.txt
vercel.json community: Add deprecation decorator to SingleStore community integrations (#30846) 2025-04-18 12:58:39 -04:00
yarn.lock

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide