Uses of Class
io.metaloom.qdrant.client.http.model.point.PointsRecommendResponse
Packages that use PointsRecommendResponse
Package
Description
-
Uses of PointsRecommendResponse in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl that return types with arguments of type PointsRecommendResponseModifier and TypeMethodDescriptionQDrantHttpClientImpl.recommendPoints(String collectionName, PointsRecommendRequest request) -
Uses of PointsRecommendResponse in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method that return types with arguments of type PointsRecommendResponseModifier and TypeMethodDescriptionPointMethods.recommendPoints(String collectionName, PointsRecommendRequest request) Look for the points which are closer to stored positive examples and at the same time further to negative examples. -
Uses of PointsRecommendResponse in io.metaloom.qdrant.client.http.model.point
Methods in io.metaloom.qdrant.client.http.model.point that return PointsRecommendResponse