Uses of Class
com.redis.vl.extensions.router.RouteMatch
Packages that use RouteMatch
-
Uses of RouteMatch in com.redis.vl.extensions.router
Methods in com.redis.vl.extensions.router that return RouteMatchModifier and TypeMethodDescriptionRoute a query to the best matching route.SemanticRouter.route
(String text, float[] vector, DistanceAggregationMethod aggregationMethod) Route a query to the best matching route with full control.Methods in com.redis.vl.extensions.router that return types with arguments of type RouteMatchModifier and TypeMethodDescriptionRoute a query to multiple matching routes.SemanticRouter.routeMany
(String text, Integer maxK, float[] vector, DistanceAggregationMethod aggregationMethod) Route a query to multiple matching routes with full control.