Add Graph Baidusearch and dsl_example (#1378)

### What problem does this PR solve?

#918 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
GYH
2024-07-05 09:50:57 +08:00
committed by GitHub
parent 957cd55e4a
commit cf542e80b3
4 changed files with 172 additions and 8 deletions

View File

@ -8,6 +8,8 @@ from .switch import Switch, SwitchParam
from .relevant import Relevant, RelevantParam
from .message import Message, MessageParam
from .rewrite import RewriteQuestion, RewriteQuestionParam
from .keyword import KeywordExtract, KeywordExtractParam
from .baidu import Baidu, BaiduParam
def component_class(class_name):