Uses of Class
io.metaloom.qdrant.client.http.model.point.PointsRecommendGroupResponse
Packages that use PointsRecommendGroupResponse
Package
Description
-
Uses of PointsRecommendGroupResponse in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl that return types with arguments of type PointsRecommendGroupResponseModifier and TypeMethodDescriptionQDrantHttpClientImpl.recommendGroupPoints(String collectionName, PointsRecommendGroupRequest request) -
Uses of PointsRecommendGroupResponse in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method that return types with arguments of type PointsRecommendGroupResponseModifier and TypeMethodDescriptionPointMethods.recommendGroupPoints(String collectionName, PointsRecommendGroupRequest request) Look for the points which are closer to stored positive examples and at the same time further to negative examples, grouped by a given payload field. -
Uses of PointsRecommendGroupResponse in io.metaloom.qdrant.client.http.model.point
Methods in io.metaloom.qdrant.client.http.model.point that return PointsRecommendGroupResponse