Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(community): Added Reddit integration with tool and document loader #7300

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MirrorLimit
Copy link

Adds feature as per discussion #7043

Description:
The JavaScript version of LangChain currently lacks several features available in the Python version. This PR aims to bridge that gap by adding a Reddit integration with the following features:

  • Reddit tool for searching posts from a subreddit or from a Reddit user
  • Reddit document loader that loads Reddit posts as documents from a subreddit or from a Reddit user and formats them into a structured document format
  • API wrapper for the Reddit integration to communicate to Reddit with

Made together with @HyphenHook, @baoyng, and @erinL168

Added Reddit integration to LangchainJS to bring it closer to parity with LangchainPY as per discussion langchain-ai#7043
@dosubot dosubot bot added the size:XL This PR changes 500-999 lines, ignoring generated files. label Nov 30, 2024
Copy link

vercel bot commented Nov 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-docs ✅ Ready (Inspect) Visit Preview Nov 30, 2024 7:34pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ⬜️ Ignored (Inspect) Nov 30, 2024 7:34pm

@dosubot dosubot bot added the auto:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features label Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features size:XL This PR changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant