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 a240c7f commit fdfeb32Copy full SHA for fdfeb32
redisvl/query/query.py
@@ -1065,7 +1065,7 @@ def __init__(
1065
a default set of stopwords for that language will be used. Users may specify
1066
their own stop words by providing a List or Set of words. if set to None,
1067
then no words will be removed. Defaults to 'english'.
1068
- text_weights (Optional[Dict[str, float]): The importance weighting of individual words
+ text_weights (Optional[Dict[str, float]]): The importance weighting of individual words
1069
within the query text. Defaults to None, as no modifications will be made to the
1070
text_scorer score.
1071
Raises:
0 commit comments