Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.RecommendResponse
Packages that use Points.RecommendResponse
-
Uses of Points.RecommendResponse in io.metaloom.qdrant.client.grpc.method
Methods in io.metaloom.qdrant.client.grpc.method that return types with arguments of type Points.RecommendResponseModifier and TypeMethodDescriptionSearchMethods.recommendPoints(String collectionName, List<Points.PointId> positives, int limit) Look for the points which are closer to stored positive examples and at the same time further to negative examples.SearchMethods.recommendPoints(String collectionName, List<Points.PointId> positives, int limit, String using) Look for the points which are closer to stored positive examples.SearchMethods.recommendPoints(String collectionName, List<Points.PointId> positives, List<Points.PointId> negatives, Points.Filter filter, Points.SearchParams params, int limit, Integer offset, Points.WithPayloadSelector withPayload, Points.WithVectorsSelector withVector, Float scoreThreshold, String using, Points.LookupLocation lookupFrom) Look for the points which are closer to stored positive examples and at the same time further to negative examples. -
Uses of Points.RecommendResponse in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Points.RecommendResponseModifier and TypeMethodDescriptionPoints.RecommendResponse.Builder.build()Points.RecommendResponse.Builder.buildPartial()static Points.RecommendResponsePoints.RecommendResponse.getDefaultInstance()Points.RecommendResponse.Builder.getDefaultInstanceForType()Points.RecommendResponse.getDefaultInstanceForType()static Points.RecommendResponsePoints.RecommendResponse.parseDelimitedFrom(InputStream input) static Points.RecommendResponsePoints.RecommendResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendResponsePoints.RecommendResponse.parseFrom(byte[] data) static Points.RecommendResponsePoints.RecommendResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendResponsePoints.RecommendResponse.parseFrom(com.google.protobuf.ByteString data) static Points.RecommendResponsePoints.RecommendResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendResponsePoints.RecommendResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Points.RecommendResponsePoints.RecommendResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendResponsePoints.RecommendResponse.parseFrom(InputStream input) static Points.RecommendResponsePoints.RecommendResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendResponsePoints.RecommendResponse.parseFrom(ByteBuffer data) static Points.RecommendResponsePoints.RecommendResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointsGrpc.PointsBlockingStub.recommend(Points.RecommendPoints request) Look for the points which are closer to stored positive examples and at the same time further to negative examples.PointsInternalGrpc.PointsInternalBlockingStub.recommend(PointsInternalService.RecommendPointsInternal request) Methods in io.metaloom.qdrant.client.grpc.proto that return types with arguments of type Points.RecommendResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.RecommendResponse>Points.RecommendResponse.getParserForType()static io.grpc.MethodDescriptor<Points.RecommendPoints,Points.RecommendResponse> PointsGrpc.getRecommendMethod()static io.grpc.MethodDescriptor<PointsInternalService.RecommendPointsInternal,Points.RecommendResponse> PointsInternalGrpc.getRecommendMethod()static com.google.protobuf.Parser<Points.RecommendResponse>Points.RecommendResponse.parser()com.google.common.util.concurrent.ListenableFuture<Points.RecommendResponse>PointsGrpc.PointsFutureStub.recommend(Points.RecommendPoints request) Look for the points which are closer to stored positive examples and at the same time further to negative examples.com.google.common.util.concurrent.ListenableFuture<Points.RecommendResponse>PointsInternalGrpc.PointsInternalFutureStub.recommend(PointsInternalService.RecommendPointsInternal request) Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.RecommendResponseModifier and TypeMethodDescriptionPoints.RecommendResponse.Builder.mergeFrom(Points.RecommendResponse other) Points.RecommendResponse.newBuilder(Points.RecommendResponse prototype) Method parameters in io.metaloom.qdrant.client.grpc.proto with type arguments of type Points.RecommendResponseModifier and TypeMethodDescriptionvoidPointsGrpc.PointsImplBase.recommend(Points.RecommendPoints request, io.grpc.stub.StreamObserver<Points.RecommendResponse> responseObserver) Look for the points which are closer to stored positive examples and at the same time further to negative examples.voidPointsGrpc.PointsStub.recommend(Points.RecommendPoints request, io.grpc.stub.StreamObserver<Points.RecommendResponse> responseObserver) Look for the points which are closer to stored positive examples and at the same time further to negative examples.voidPointsInternalGrpc.PointsInternalImplBase.recommend(PointsInternalService.RecommendPointsInternal request, io.grpc.stub.StreamObserver<Points.RecommendResponse> responseObserver) voidPointsInternalGrpc.PointsInternalStub.recommend(PointsInternalService.RecommendPointsInternal request, io.grpc.stub.StreamObserver<Points.RecommendResponse> responseObserver)