Uses of Class
io.metaloom.qdrant.client.http.model.point.PointsRecommendGroupRequest
Packages that use PointsRecommendGroupRequest
Package
Description
-
Uses of PointsRecommendGroupRequest in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl with parameters of type PointsRecommendGroupRequestModifier and TypeMethodDescriptionQDrantHttpClientImpl.recommendGroupPoints(String collectionName, PointsRecommendGroupRequest request) -
Uses of PointsRecommendGroupRequest in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method with parameters of type PointsRecommendGroupRequestModifier 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 PointsRecommendGroupRequest in io.metaloom.qdrant.client.http.model.point
Methods in io.metaloom.qdrant.client.http.model.point that return PointsRecommendGroupRequestModifier and TypeMethodDescriptionPointsRecommendGroupRequest.setGroupBy(String groupBy) PointsRecommendGroupRequest.setGroupSize(Integer groupSize) PointsRecommendGroupRequest.setLimit(int limit) PointsRecommendGroupRequest.setLookupFrom(LookupLocation lookupFrom) PointsRecommendGroupRequest.setParams(SearchParams params) PointsRecommendGroupRequest.setPositive(long... ids) PointsRecommendGroupRequest.setPositive(String... ids) PointsRecommendGroupRequest.setPositive(UUID... ids) PointsRecommendGroupRequest.setScoreThreshold(Float scoreThreshold) PointsRecommendGroupRequest.setWithPayload(Boolean withPayload) PointsRecommendGroupRequest.setWithVector(Boolean withVector)