Add component arxiv (#1587)

### What problem does this PR solve?


### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
H
2024-07-18 14:08:20 +08:00
committed by GitHub
parent f8602b5286
commit 4da3ee400b
5 changed files with 72 additions and 0 deletions

View File

@ -13,6 +13,7 @@ from .baidu import Baidu, BaiduParam
from .duckduckgo import DuckDuckGo, DuckDuckGoParam
from .wikipedia import Wikipedia, WikipediaParam
from .pubmed import PubMed, PubMedParam
from .arxiv import ArXiv, ArXivParam
def component_class(class_name):