mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-14 11:33:00 +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
207 B
Python
7 lines
207 B
Python
from langchain_community.tools.semanticscholar.tool import SemanticScholarQueryRun
|
|
|
|
"""Semantic Scholar API toolkit."""
|
|
"""Tool for the Semantic Scholar Search API."""
|
|
|
|
__all__ = ["SemanticScholarQueryRun"]
|