Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.WithVectorsSelector
Packages that use Points.WithVectorsSelector
Package
Description
-
Uses of Points.WithVectorsSelector in io.metaloom.qdrant.client.grpc.method
Methods in io.metaloom.qdrant.client.grpc.method with parameters of type Points.WithVectorsSelectorModifier and TypeMethodDescriptiondefault GrpcClientRequest<Points.GetResponse>PointMethods.getPoint(String collectionName, Points.WithPayloadSelector withPayloadSelector, Points.WithVectorsSelector withVectorsSelector, Points.PointId pointId) Retrieve full information of single point by id.default GrpcClientRequest<Points.GetResponse>PointMethods.getPoints(String collectionName, Points.WithPayloadSelector withPayloadSelector, Points.WithVectorsSelector withVectorsSelector, Points.PointId... ids) Retrieve multiple points by specified IDsdefault GrpcClientRequest<Points.GetResponse>PointMethods.getPoints(String collectionName, Points.WithPayloadSelector withPayloadSelector, Points.WithVectorsSelector withVectorsSelector, List<Points.PointId> ids) Retrieve multiple points by specified IDsSearchMethods.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.default GrpcClientRequest<Points.ScrollResponse>PointMethods.scrollPoint(String collectionName, Points.PointId offset, Integer limit, Points.Filter filter, Points.WithPayloadSelector withPayloadSelector, Points.WithVectorsSelector withVectorSelector) Scroll request - paginate over all points which matches given filtering condition.default GrpcClientRequest<Points.SearchResponse>SearchMethods.searchPoints(String collectionName, float[] vector, Points.Filter filter, Points.SearchParams params, long limit, Long offset, Points.WithPayloadSelector withPayloadSelector, Points.WithVectorsSelector withVectorsSelector, Float scoreThreshold) Retrieve closest points based on vector similarity and given filtering conditions. -
Uses of Points.WithVectorsSelector in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Points.WithVectorsSelectorModifier and TypeMethodDescriptionPoints.WithVectorsSelector.Builder.build()Points.WithVectorsSelector.Builder.buildPartial()static Points.WithVectorsSelectorPoints.WithVectorsSelector.getDefaultInstance()Points.WithVectorsSelector.Builder.getDefaultInstanceForType()Points.WithVectorsSelector.getDefaultInstanceForType()Points.GetPoints.Builder.getWithVectors()Options for specifying which vectors to include into responsePoints.GetPoints.getWithVectors()Options for specifying which vectors to include into responsePoints.GetPointsOrBuilder.getWithVectors()Options for specifying which vectors to include into responsePoints.RecommendPoints.Builder.getWithVectors()Options for specifying which vectors to include into responsePoints.RecommendPoints.getWithVectors()Options for specifying which vectors to include into responsePoints.RecommendPointsOrBuilder.getWithVectors()Options for specifying which vectors to include into responsePoints.ScrollPoints.Builder.getWithVectors()Options for specifying which vectors to include into responsePoints.ScrollPoints.getWithVectors()Options for specifying which vectors to include into responsePoints.ScrollPointsOrBuilder.getWithVectors()Options for specifying which vectors to include into responsePoints.SearchPoints.Builder.getWithVectors()Options for specifying which vectors to include into responsePoints.SearchPoints.getWithVectors()Options for specifying which vectors to include into responsePoints.SearchPointsOrBuilder.getWithVectors()Options for specifying which vectors to include into responsestatic Points.WithVectorsSelectorPoints.WithVectorsSelector.parseDelimitedFrom(InputStream input) static Points.WithVectorsSelectorPoints.WithVectorsSelector.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.WithVectorsSelectorPoints.WithVectorsSelector.parseFrom(byte[] data) static Points.WithVectorsSelectorPoints.WithVectorsSelector.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.WithVectorsSelectorPoints.WithVectorsSelector.parseFrom(com.google.protobuf.ByteString data) static Points.WithVectorsSelectorPoints.WithVectorsSelector.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.WithVectorsSelectorPoints.WithVectorsSelector.parseFrom(com.google.protobuf.CodedInputStream input) static Points.WithVectorsSelectorPoints.WithVectorsSelector.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.WithVectorsSelectorPoints.WithVectorsSelector.parseFrom(InputStream input) static Points.WithVectorsSelectorPoints.WithVectorsSelector.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.WithVectorsSelectorPoints.WithVectorsSelector.parseFrom(ByteBuffer data) static Points.WithVectorsSelectorPoints.WithVectorsSelector.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.metaloom.qdrant.client.grpc.proto that return types with arguments of type Points.WithVectorsSelectorModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.WithVectorsSelector>Points.WithVectorsSelector.getParserForType()static com.google.protobuf.Parser<Points.WithVectorsSelector>Points.WithVectorsSelector.parser()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.WithVectorsSelectorModifier and TypeMethodDescriptionPoints.WithVectorsSelector.Builder.mergeFrom(Points.WithVectorsSelector other) Points.GetPoints.Builder.mergeWithVectors(Points.WithVectorsSelector value) Options for specifying which vectors to include into responsePoints.RecommendPoints.Builder.mergeWithVectors(Points.WithVectorsSelector value) Options for specifying which vectors to include into responsePoints.ScrollPoints.Builder.mergeWithVectors(Points.WithVectorsSelector value) Options for specifying which vectors to include into responsePoints.SearchPoints.Builder.mergeWithVectors(Points.WithVectorsSelector value) Options for specifying which vectors to include into responsePoints.WithVectorsSelector.newBuilder(Points.WithVectorsSelector prototype) Points.GetPoints.Builder.setWithVectors(Points.WithVectorsSelector value) Options for specifying which vectors to include into responsePoints.RecommendPoints.Builder.setWithVectors(Points.WithVectorsSelector value) Options for specifying which vectors to include into responsePoints.ScrollPoints.Builder.setWithVectors(Points.WithVectorsSelector value) Options for specifying which vectors to include into responsePoints.SearchPoints.Builder.setWithVectors(Points.WithVectorsSelector value) Options for specifying which vectors to include into response -
Uses of Points.WithVectorsSelector in io.metaloom.qdrant.client.util
Methods in io.metaloom.qdrant.client.util that return Points.WithVectorsSelector