类 | 说明 |
---|---|
BaiduWebSearchRepository |
百度AI搜索Repository(支持基础搜索和AI搜索)
基于百度AI搜索V2接口实现的Repository,支持两种搜索模式:
- 基础搜索:返回搜索结果列表,不传model参数
- AI搜索:结合大模型进行智能总结,传入model参数
API文档参考:API文档参考
|
BaiduWebSearchRepository.BaiduAiSearchRepositoryBuilder |
Builder模式构建器
|
枚举 | 说明 |
---|---|
BaiduWebSearchRepository.SearchType |
搜索类型枚举
|