Replies: 2 comments 1 reply
-
Hi @jacoblee93, we were wondering if this is something we should create an issue for. We've already started working on the coding side of it! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @jacoblee93! Just wanted to check in whenever you have a moment—I'd love to hear your thoughts on this proposal. Thanks so much! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checked
Feature request
We want to integrate Google Scholar functionality into the LangChain JS version, similar to the existing implementation in Python. This integration will provide tools for querying Google Scholar and handling the results efficiently within the JavaScript ecosystem.
Motivation
The motivation for creating a Google Scholar tool in JavaScript stems from the growing need for compatibility with JavaScript-based applications and the desire to have feature parity with the LangChain Python library. The Python version includes robust tools for interacting with Google Scholar, but the JS version currently lacks this functionality, limiting developers’ ability to leverage academic resources in their applications.
Proposal (If applicable)
We are a group of 4 students from the University of Toronto and we are eager to contribute to Langchain!
Here is a basic pseudocode implementation of the Google Scholar query tool.
This is a basic pseudocode implementation of the Google Scholar query tool. We would also need to implement the necessary functions to handle API interactions and data formatting.
Example Usage
Our Next Steps:
Beta Was this translation helpful? Give feedback.
All reactions