Draft: community: add pull_md tool for converting URLs to Markdown #29006
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR title: community: add
pull_md
tool for converting URLs to MarkdownPR message:
pull_md
tool to the Langchain community package, enabling the conversion of URLs to Markdown format. It's particularly effective for processing web pages built with dynamic JavaScript frameworks like React, Angular, and Vue.js. By leveraging the pull.md service,pull_md
retrieves fully rendered Markdown without using local server resources, simplifying the conversion of complex web pages into Markdown for documentation and educational projects. The tool enhances Langchain's functionality.pull_md
package from PyPI.Add tests and docs:
docs/docs/integrations
directory.Lint and test: Ran
make format
,make lint
, andmake test
from the root of the package(s) I've modified. All checks pass as per the contribution guidelines.