public interface WebSearch
| Modifier and Type | Method and Description |
|---|---|
List<WebSearchResult> |
search(String query,
int topK)
检索
|
List<WebSearchResult> search(String query, int topK)
query - 查询体topK - 查询记录数Copyright © 2024. All rights reserved.