Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.LookupLocation
Packages that use Points.LookupLocation
-
Uses of Points.LookupLocation in io.metaloom.qdrant.client.grpc.method
Methods in io.metaloom.qdrant.client.grpc.method with parameters of type Points.LookupLocationModifier and TypeMethodDescriptionSearchMethods.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.LookupLocation in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Points.LookupLocationModifier and TypeMethodDescriptionPoints.LookupLocation.Builder.build()Points.LookupLocation.Builder.buildPartial()static Points.LookupLocationPoints.LookupLocation.getDefaultInstance()Points.LookupLocation.Builder.getDefaultInstanceForType()Points.LookupLocation.getDefaultInstanceForType()Points.RecommendPoints.Builder.getLookupFrom()Name of the collection to use for points lookup, if not specified - use current collectionPoints.RecommendPoints.getLookupFrom()Name of the collection to use for points lookup, if not specified - use current collectionPoints.RecommendPointsOrBuilder.getLookupFrom()Name of the collection to use for points lookup, if not specified - use current collectionstatic Points.LookupLocationPoints.LookupLocation.parseDelimitedFrom(InputStream input) static Points.LookupLocationPoints.LookupLocation.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.LookupLocationPoints.LookupLocation.parseFrom(byte[] data) static Points.LookupLocationPoints.LookupLocation.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.LookupLocationPoints.LookupLocation.parseFrom(com.google.protobuf.ByteString data) static Points.LookupLocationPoints.LookupLocation.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.LookupLocationPoints.LookupLocation.parseFrom(com.google.protobuf.CodedInputStream input) static Points.LookupLocationPoints.LookupLocation.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.LookupLocationPoints.LookupLocation.parseFrom(InputStream input) static Points.LookupLocationPoints.LookupLocation.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.LookupLocationPoints.LookupLocation.parseFrom(ByteBuffer data) static Points.LookupLocationPoints.LookupLocation.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.metaloom.qdrant.client.grpc.proto that return types with arguments of type Points.LookupLocationModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.LookupLocation>Points.LookupLocation.getParserForType()static com.google.protobuf.Parser<Points.LookupLocation>Points.LookupLocation.parser()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.LookupLocationModifier and TypeMethodDescriptionPoints.LookupLocation.Builder.mergeFrom(Points.LookupLocation other) Points.RecommendPoints.Builder.mergeLookupFrom(Points.LookupLocation value) Name of the collection to use for points lookup, if not specified - use current collectionPoints.LookupLocation.newBuilder(Points.LookupLocation prototype) Points.RecommendPoints.Builder.setLookupFrom(Points.LookupLocation value) Name of the collection to use for points lookup, if not specified - use current collection