Skip to content

Commit a544f39

Browse files
removes unused paramter
1 parent f29c8f8 commit a544f39

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

redisvl/query/aggregate.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ def __init__(
309309
return_fields: Optional[List[str]] = None,
310310
filter_expression: Optional[Union[str, FilterExpression]] = None,
311311
num_results: int = 10,
312-
return_score: bool = False,
313312
dialect: int = 2,
314313
):
315314
"""
@@ -321,8 +320,6 @@ def __init__(
321320
filter_expression (Optional[Union[str, FilterExpression]]): The filter expression to use.
322321
Defaults to None.
323322
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.
326323
dialect (int, optional): The Redis dialect version. Defaults to 2.
327324
"""
328325

0 commit comments

Comments
 (0)