Duckduckgosearch (#1388)

### What problem does this PR solve?

#918 

Add components: Baidu, Duckduckgo

### Type of change
- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
H
2024-07-05 16:14:32 +08:00
committed by GitHub
parent edc61e9b4c
commit a2eb0df875
3 changed files with 68 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ from .message import Message, MessageParam
from .rewrite import RewriteQuestion, RewriteQuestionParam
from .keyword import KeywordExtract, KeywordExtractParam
from .baidu import Baidu, BaiduParam
from .duckduckgosearch import DuckDuckGoSearch, DuckDuckGoSearchParam
def component_class(class_name):