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 f29c8f8 commit a544f39Copy full SHA for a544f39
redisvl/query/aggregate.py
@@ -309,7 +309,6 @@ def __init__(
309
return_fields: Optional[List[str]] = None,
310
filter_expression: Optional[Union[str, FilterExpression]] = None,
311
num_results: int = 10,
312
- return_score: bool = False,
313
dialect: int = 2,
314
):
315
"""
@@ -321,8 +320,6 @@ def __init__(
321
320
filter_expression (Optional[Union[str, FilterExpression]]): The filter expression to use.
322
Defaults to None.
323
num_results (int, optional): The number of results to return. Defaults to 10.
324
- return_score (bool): Whether to return the combined vector similarity score.
325
- Defaults to False.
326
dialect (int, optional): The Redis dialect version. Defaults to 2.
327
328
0 commit comments