Uses of Class
io.qdrant.client.grpc.Points.PointVectors
Packages that use Points.PointVectors
-
Uses of Points.PointVectors in io.qdrant.client
Method parameters in io.qdrant.client with type arguments of type Points.PointVectorsModifier and TypeMethodDescriptionQdrantClient.updateVectors
(String collectionName, Iterable<? extends Points.PointVectors> points, Points.WriteOrderingType ordering) Updates the vectors of points in a collection.QdrantClient.updateVectorsBlocking
(String collectionName, Iterable<? extends Points.PointVectors> points, Points.WriteOrderingType ordering) Updates the vectors of points in a collection. -
Uses of Points.PointVectors in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.PointVectorsModifier and TypeMethodDescriptionPoints.PointVectors.Builder.build()
Points.PointVectors.Builder.buildPartial()
static Points.PointVectors
Points.PointVectors.getDefaultInstance()
Points.PointVectors.Builder.getDefaultInstanceForType()
Points.PointVectors.getDefaultInstanceForType()
Points.PointsUpdateOperation.UpdateVectors.Builder.getPoints
(int index) List of points and vectors to updatePoints.PointsUpdateOperation.UpdateVectors.getPoints
(int index) List of points and vectors to updatePoints.PointsUpdateOperation.UpdateVectorsOrBuilder.getPoints
(int index) List of points and vectors to updatePoints.UpdatePointVectors.Builder.getPoints
(int index) List of points and vectors to updatePoints.UpdatePointVectors.getPoints
(int index) List of points and vectors to updatePoints.UpdatePointVectorsOrBuilder.getPoints
(int index) List of points and vectors to updatestatic Points.PointVectors
Points.PointVectors.parseDelimitedFrom
(InputStream input) static Points.PointVectors
Points.PointVectors.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.PointVectors
Points.PointVectors.parseFrom
(byte[] data) static Points.PointVectors
Points.PointVectors.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.PointVectors
Points.PointVectors.parseFrom
(com.google.protobuf.ByteString data) static Points.PointVectors
Points.PointVectors.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.PointVectors
Points.PointVectors.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.PointVectors
Points.PointVectors.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.PointVectors
Points.PointVectors.parseFrom
(InputStream input) static Points.PointVectors
Points.PointVectors.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.PointVectors
Points.PointVectors.parseFrom
(ByteBuffer data) static Points.PointVectors
Points.PointVectors.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Points.PointVectorsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.PointVectors>
Points.PointVectors.getParserForType()
Points.PointsUpdateOperation.UpdateVectors.Builder.getPointsList()
List of points and vectors to updatePoints.PointsUpdateOperation.UpdateVectors.getPointsList()
List of points and vectors to updatePoints.PointsUpdateOperation.UpdateVectorsOrBuilder.getPointsList()
List of points and vectors to updatePoints.UpdatePointVectors.Builder.getPointsList()
List of points and vectors to updatePoints.UpdatePointVectors.getPointsList()
List of points and vectors to updatePoints.UpdatePointVectorsOrBuilder.getPointsList()
List of points and vectors to updatestatic com.google.protobuf.Parser<Points.PointVectors>
Points.PointVectors.parser()
Methods in io.qdrant.client.grpc with parameters of type Points.PointVectorsModifier and TypeMethodDescriptionPoints.PointsUpdateOperation.UpdateVectors.Builder.addPoints
(int index, Points.PointVectors value) List of points and vectors to updatePoints.PointsUpdateOperation.UpdateVectors.Builder.addPoints
(Points.PointVectors value) List of points and vectors to updatePoints.UpdatePointVectors.Builder.addPoints
(int index, Points.PointVectors value) List of points and vectors to updatePoints.UpdatePointVectors.Builder.addPoints
(Points.PointVectors value) List of points and vectors to updatePoints.PointVectors.Builder.mergeFrom
(Points.PointVectors other) static Points.PointVectors.Builder
Points.PointVectors.newBuilder
(Points.PointVectors prototype) Points.PointsUpdateOperation.UpdateVectors.Builder.setPoints
(int index, Points.PointVectors value) List of points and vectors to updatePoints.UpdatePointVectors.Builder.setPoints
(int index, Points.PointVectors value) List of points and vectors to updateMethod parameters in io.qdrant.client.grpc with type arguments of type Points.PointVectorsModifier and TypeMethodDescriptionPoints.PointsUpdateOperation.UpdateVectors.Builder.addAllPoints
(Iterable<? extends Points.PointVectors> values) List of points and vectors to updatePoints.UpdatePointVectors.Builder.addAllPoints
(Iterable<? extends Points.PointVectors> values) List of points and vectors to update -
Uses of Points.PointVectors in io.qdrant.client.utils
Methods in io.qdrant.client.utils that return Points.PointVectorsModifier and TypeMethodDescriptionstatic Points.PointVectors
VectorUtil.pointVectors
(String id, String name, float... vector) Creates point vectors from an ID, name, and an array of floats.