1
0
mirror of https://github.com/hwchase17/langchain.git synced 2025-05-04 22:58:42 +00:00
langchain/docs
Kyle Jeong d0f0d1f966
[docs/community]: langchain docs + browserbaseloader fix ()
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 () 2025-04-21 14:10:14 +00:00
cassettes infra: add langchain-google-genai to monorepo test deps and update notebook cassettes () 2025-04-18 11:16:12 -04:00
data
docs [docs/community]: langchain docs + browserbaseloader fix () 2025-04-24 13:38:49 -04:00
scripts docs: Add openGauss vector store documentation () 2025-04-11 20:31:39 +00:00
src Documentation: Add Google Gemini dropdown () 2025-04-24 10:00:16 -04:00
static docs: Update Google Analytics tag in docs () 2025-04-24 10:19:10 -07:00
.gitignore
.yarnrc.yml
babel.config.js
docusaurus.config.js Banner for interrupt () 2025-02-03 17:40:24 -08:00
ignore-step.sh infra: run docs build on packages.yml updates () 2025-02-19 18:45:30 +00:00
Makefile docs: fix httpx conflicts with overrides in docs build () 2025-01-13 21:25:00 +00:00
package.json docs: raw loader codeblock () 2024-12-06 09:26:34 -08:00
README.md docs: reorganize contributing docs () 2024-10-25 22:41:54 +00:00
sidebars.js docs: reorg sidebar () 2024-11-15 14:28:18 -08:00
vercel_overrides.txt docs: add to vercel overrides () 2025-03-01 17:21:15 -05:00
vercel_requirements.txt docs: more useful vercel warnings () 2024-12-13 03:07:24 +00:00
vercel.json community: Add deprecation decorator to SingleStore community integrations () 2025-04-18 12:58:39 -04:00
yarn.lock docs: raw loader codeblock () 2024-12-06 09:26:34 -08:00

LangChain Documentation

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