mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 15:03:21 +00:00
docs: add scrapeless integration documentation (#32081)
Thank you for contributing to LangChain! - [x] **PR title**: "package: description" - Where "package" is whichever of langchain, core, etc. is being modified. Use "docs: ..." for purely docs changes, "infra: ..." for CI changes. - Example: "core: add foobar LLM" - **Description:** Integrated the Scrapeless package to enable Langchain users to seamlessly incorporate Scrapeless into their agents. - **Dependencies:** None - **Twitter handle:** [Scrapelessteam](https://x.com/Scrapelessteam) - [x] **Add tests and docs**: If you're adding a new integration, you must 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. - [x] **Lint and test**: Run `make format`, `make lint` and `make test` from the root of the package(s) you've modified. See [contribution guidelines](https://python.langchain.com/docs/contributing/) for more. Additional guidelines: - Make sure optional dependencies are imported within a function. - Please do not add dependencies to `pyproject.toml` files (even optional ones) unless they are **required** for unit tests. - Most PRs should not touch more than one package. - Changes should be backwards compatible. --------- Co-authored-by: Mason Daugherty <mason@langchain.dev> Co-authored-by: Mason Daugherty <github@mdrxy.com>
This commit is contained in:
@@ -716,4 +716,7 @@ packages:
|
||||
- name: toolbox-langchain
|
||||
repo: googleapis/mcp-toolbox-sdk-python
|
||||
path: packages/toolbox-langchain
|
||||
- name: langchain-scrapeless
|
||||
repo: scrapeless-ai/langchain-scrapeless
|
||||
path: .
|
||||
|
||||
|
Reference in New Issue
Block a user