Uses of Class
io.metaloom.qdrant.client.http.model.point.PointsRecommendBatchResponse
Packages that use PointsRecommendBatchResponse
Package
Description
-
Uses of PointsRecommendBatchResponse in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl that return types with arguments of type PointsRecommendBatchResponseModifier and TypeMethodDescriptionQDrantHttpClientImpl.recommendBatchPoints(String collectionName, PointsRecommendBatchRequest request) -
Uses of PointsRecommendBatchResponse in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method that return types with arguments of type PointsRecommendBatchResponseModifier 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 PointsRecommendBatchResponse in io.metaloom.qdrant.client.http.model.point
Methods in io.metaloom.qdrant.client.http.model.point that return PointsRecommendBatchResponseModifier and TypeMethodDescriptionPointsRecommendBatchResponse.setResult(List<List<ScoredPoint>> result)