We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1605dec commit d0fc8a8Copy full SHA for d0fc8a8
asknews_sdk/api/wiki.py
@@ -18,7 +18,7 @@ def search_wiki(
18
neighbor_chunks: int = 1,
19
full_articles: bool = False,
20
hybrid_search: bool = False,
21
- diversify: bool = False,
+ diversify: float = 0.0,
22
string_guarantee: List[str] = None,
23
include_main_section: bool = False,
24
*,
@@ -69,7 +69,7 @@ async def search_wiki(
69
70
71
72
73
74
75
0 commit comments