Add component google,Bing (#1737)

### What problem does this PR solve?

### Type of change

- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
H
2024-07-29 19:26:16 +08:00
committed by GitHub
parent 8468031e39
commit 6012f376ca
6 changed files with 186 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ from .duckduckgo import DuckDuckGo, DuckDuckGoParam
from .wikipedia import Wikipedia, WikipediaParam
from .pubmed import PubMed, PubMedParam
from .arxiv import ArXiv, ArXivParam
from .google import Google, GoogleParam
from .bing import Bing, BingParam
def component_class(class_name):