Uses of Class
io.metaloom.qdrant.client.http.model.point.PointsRecommendBatchRequest
Packages that use PointsRecommendBatchRequest
Package
Description
-
Uses of PointsRecommendBatchRequest in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl with parameters of type PointsRecommendBatchRequestModifier and TypeMethodDescriptionQDrantHttpClientImpl.recommendBatchPoints(String collectionName, PointsRecommendBatchRequest request) -
Uses of PointsRecommendBatchRequest in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method with parameters of type PointsRecommendBatchRequestModifier and TypeMethodDescriptionPointMethods.recommendBatchPoints(String collectionName, PointsRecommendBatchRequest request) Look for the points which are closer to stored positive examples and at the same time further to negative examples. -
Uses of PointsRecommendBatchRequest in io.metaloom.qdrant.client.http.model.point
Methods in io.metaloom.qdrant.client.http.model.point that return PointsRecommendBatchRequestModifier and TypeMethodDescriptionPointsRecommendBatchRequest.setSearches(List<PointsRecommendRequest> searches)