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 fdfeb32 commit c421ef6Copy full SHA for c421ef6
redisvl/query/aggregate.py
@@ -120,7 +120,7 @@ def __init__(
120
set, or tuple of strings is provided then those will be used as stopwords.
121
Defaults to "english". if set to "None" then no stopwords will be removed.
122
dialect (int, optional): The Redis dialect version. Defaults to 2.
123
- text_weights (Optional[Dict[str, float]): The importance weighting of individual words
+ text_weights (Optional[Dict[str, float]]): The importance weighting of individual words
124
within the query text. Defaults to None, as no modifications will be made to the
125
text_scorer score.
126
0 commit comments