Uses of Class
io.qdrant.client.grpc.Points.Vectors
-
Uses of Points.Vectors in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.Vectors.Builder.build()
Points.Vectors.Builder.buildPartial()
static Points.Vectors
Points.Vectors.getDefaultInstance()
Points.Vectors.Builder.getDefaultInstanceForType()
Points.Vectors.getDefaultInstanceForType()
Points.PointStruct.Builder.getVectors()
optional .qdrant.Vectors vectors = 4;
Points.PointStruct.getVectors()
optional .qdrant.Vectors vectors = 4;
Points.PointStructOrBuilder.getVectors()
optional .qdrant.Vectors vectors = 4;
Points.PointVectors.Builder.getVectors()
Named vectors to update, leave others intactPoints.PointVectors.getVectors()
Named vectors to update, leave others intactPoints.PointVectorsOrBuilder.getVectors()
Named vectors to update, leave others intactPoints.RetrievedPoint.Builder.getVectors()
optional .qdrant.Vectors vectors = 4;
Points.RetrievedPoint.getVectors()
optional .qdrant.Vectors vectors = 4;
Points.RetrievedPointOrBuilder.getVectors()
optional .qdrant.Vectors vectors = 4;
Points.ScoredPoint.Builder.getVectors()
Vectors to searchPoints.ScoredPoint.getVectors()
Vectors to searchPoints.ScoredPointOrBuilder.getVectors()
Vectors to searchstatic Points.Vectors
Points.Vectors.parseDelimitedFrom
(InputStream input) static Points.Vectors
Points.Vectors.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.Vectors
Points.Vectors.parseFrom
(byte[] data) static Points.Vectors
Points.Vectors.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.Vectors
Points.Vectors.parseFrom
(com.google.protobuf.ByteString data) static Points.Vectors
Points.Vectors.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.Vectors
Points.Vectors.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.Vectors
Points.Vectors.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.Vectors
Points.Vectors.parseFrom
(InputStream input) static Points.Vectors
Points.Vectors.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.Vectors
Points.Vectors.parseFrom
(ByteBuffer data) static Points.Vectors
Points.Vectors.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.Vectors>
Points.Vectors.getParserForType()
static com.google.protobuf.Parser<Points.Vectors>
Points.Vectors.parser()
Modifier and TypeMethodDescriptionPoints.Vectors.Builder.mergeFrom
(Points.Vectors other) Points.PointStruct.Builder.mergeVectors
(Points.Vectors value) optional .qdrant.Vectors vectors = 4;
Points.PointVectors.Builder.mergeVectors
(Points.Vectors value) Named vectors to update, leave others intactPoints.RetrievedPoint.Builder.mergeVectors
(Points.Vectors value) optional .qdrant.Vectors vectors = 4;
Points.ScoredPoint.Builder.mergeVectors
(Points.Vectors value) Vectors to searchstatic Points.Vectors.Builder
Points.Vectors.newBuilder
(Points.Vectors prototype) Points.PointStruct.Builder.setVectors
(Points.Vectors value) optional .qdrant.Vectors vectors = 4;
Points.PointVectors.Builder.setVectors
(Points.Vectors value) Named vectors to update, leave others intactPoints.RetrievedPoint.Builder.setVectors
(Points.Vectors value) optional .qdrant.Vectors vectors = 4;
Points.ScoredPoint.Builder.setVectors
(Points.Vectors value) Vectors to search