Port ArxivRetriever to LangChainJS #7077
boni-teppanyaki
started this conversation in
Ideas
Replies: 2 comments
-
Hello @bracesproul, could we create an issue for porting this feature from LangChain Python to the js version? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@boni-teppanyaki added here |
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
Add an ArxivRetriever component to LangChainJS, enabling JavaScript-based applications to query and retrieve research papers directly from arXiv. This retriever would allow users to pull academic content by setting parameters such as titles, authors, topics and abstracts, as well as through natural language queries or article identifiers.
Motivation
Incorporation of arXiv will extend LangChainJS's utility for research, question-answering, summarization, and other use cases by retrieving and utilizing academic resources from the arXiv platform. Currently, arXiv support is available only in LangChain Python. We would like to port this feature so that we can use it in js version.
Proposal (If applicable)
We would like to develop this feature and contribute it as a community package.
Beta Was this translation helpful? Give feedback.
All reactions