We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7734089 commit fa7cf0bCopy full SHA for fa7cf0b
redisvl/extensions/router/semantic.py
@@ -266,7 +266,7 @@ def _get_route_matches(
266
) -> List[RouteMatch]:
267
"""Get the route matches for a given vector and aggregation method."""
268
269
- thresholds: List[float] = [route.distance_threshold for route in self.routes]
+ thresholds = [route.distance_threshold for route in self.routes]
270
if thresholds:
271
distance_threshold = max(thresholds)
272
else:
0 commit comments