mirror of
https://github.com/hwchase17/langchain.git
synced 2025-11-24 09:47:28 +00:00
- **Description:** Fixing the way users have to import Arxiv and
Semantic Scholar
- **Issue:** Changed to use `from langchain_community.tools.arxiv import
ArxivQueryRun` instead of `from langchain_community.tools.arxiv.tool
import ArxivQueryRun`
- **Dependencies:** None
- **Twitter handle:** Nope
7 lines
155 B
Python
7 lines
155 B
Python
from langchain_community.tools.arxiv.tool import ArxivQueryRun
|
|
|
|
"""Arxiv API toolkit."""
|
|
"""Tool for the Arxiv Search API."""
|
|
|
|
__all__ = ["ArxivQueryRun"]
|