Google Jobs Integration for LangChainJS #7091
VaibhavLakshmiS
started this conversation in
Ideas
Replies: 2 comments
-
Hey @bracesproul @jacoblee93, We're a team of three UofT students, and we've started working on the code for this feature. We're wondering if this could be considered as a potential issue to explore. Would love to hear your thoughts on it! Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @jacoblee93! When you have a moment, I’d love to get your thoughts on this proposal. We’re aiming to submit a PR by the end of next week. Thanks so much! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checked
Feature request
Integrate a Google Jobs query tool in LangChainJS to enable users to search and retrieve job listings directly through Google Jobs, aligning with the functionality available in LangChain's Python library. This tool will allow JavaScript developers to seamlessly add job search capabilities within their LangChainJS applications.
Motivation
Currently, the LangChain Python library has robust integration for similar search capabilities, but the JS version lacks Google Jobs support. This addition would enrich the ecosystem by enabling JavaScript developers to access job search results directly within LangChain, without relying on external libraries or tools.
Proposal (If applicable)
We are a team of three students from the University of Toronto, aiming to develop this feature and submit a pull request by mid-November.This integration seeks to expand LangChain’s capability to handle a wider range of job related queries.
Implementation Outline
We will implement Google Jobs integration by creating a GoogleJobsTool within the tools directory, leveraging SerpApi to handle job search requests. This tool will use SerpApi’s capabilities to help with job related queries.
Example Usage
Beta Was this translation helpful? Give feedback.
All reactions