Uses of Class
io.qdrant.client.grpc.Points.WithVectorsSelector
-
Uses of Points.WithVectorsSelector in io.qdrant.client
Modifier and TypeMethodDescriptionQdrantClient.getPoints
(String collectionName, Iterable<? extends Points.PointId> points, Points.WithVectorsSelector withVectors, Points.WithPayloadSelector withPayload, Points.ReadConsistencyType readConsistency) Retrieves points from a collection. -
Uses of Points.WithVectorsSelector in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.WithVectorsSelector.Builder.build()
Points.WithVectorsSelector.Builder.buildPartial()
static Points.WithVectorsSelector
Points.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.RecommendPointGroups.Builder.getWithVectors()
Options for specifying which vectors to include into responsePoints.RecommendPointGroups.getWithVectors()
Options for specifying which vectors to include into responsePoints.RecommendPointGroupsOrBuilder.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.SearchPointGroups.Builder.getWithVectors()
Options for specifying which vectors to include into responsePoints.SearchPointGroups.getWithVectors()
Options for specifying which vectors to include into responsePoints.SearchPointGroupsOrBuilder.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 responsePoints.WithLookup.Builder.getWithVectors()
Options for specifying which vectors to include (or not)Points.WithLookup.getWithVectors()
Options for specifying which vectors to include (or not)Points.WithLookupOrBuilder.getWithVectors()
Options for specifying which vectors to include (or not)static Points.WithVectorsSelector
Points.WithVectorsSelector.parseDelimitedFrom
(InputStream input) static Points.WithVectorsSelector
Points.WithVectorsSelector.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.WithVectorsSelector
Points.WithVectorsSelector.parseFrom
(byte[] data) static Points.WithVectorsSelector
Points.WithVectorsSelector.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.WithVectorsSelector
Points.WithVectorsSelector.parseFrom
(com.google.protobuf.ByteString data) static Points.WithVectorsSelector
Points.WithVectorsSelector.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.WithVectorsSelector
Points.WithVectorsSelector.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.WithVectorsSelector
Points.WithVectorsSelector.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.WithVectorsSelector
Points.WithVectorsSelector.parseFrom
(InputStream input) static Points.WithVectorsSelector
Points.WithVectorsSelector.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.WithVectorsSelector
Points.WithVectorsSelector.parseFrom
(ByteBuffer data) static Points.WithVectorsSelector
Points.WithVectorsSelector.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.WithVectorsSelector>
Points.WithVectorsSelector.getParserForType()
static com.google.protobuf.Parser<Points.WithVectorsSelector>
Points.WithVectorsSelector.parser()
Modifier and TypeMethodDescriptionPoints.WithVectorsSelector.Builder.mergeFrom
(Points.WithVectorsSelector other) Points.GetPoints.Builder.mergeWithVectors
(Points.WithVectorsSelector value) Options for specifying which vectors to include into responsePoints.RecommendPointGroups.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.SearchPointGroups.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.WithLookup.Builder.mergeWithVectors
(Points.WithVectorsSelector value) Options for specifying which vectors to include (or not)Points.WithVectorsSelector.newBuilder
(Points.WithVectorsSelector prototype) Points.GetPoints.Builder.setWithVectors
(Points.WithVectorsSelector value) Options for specifying which vectors to include into responsePoints.RecommendPointGroups.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.SearchPointGroups.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 responsePoints.WithLookup.Builder.setWithVectors
(Points.WithVectorsSelector value) Options for specifying which vectors to include (or not) -
Uses of Points.WithVectorsSelector in io.qdrant.client.utils
Modifier and TypeMethodDescriptionstatic Points.WithVectorsSelector
SelectorUtil.withVectors()
Creates aPoints.WithVectorsSelector
with the enable flag set to true.static Points.WithVectorsSelector
SelectorUtil.withVectors
(String... vectors) Creates aPoints.WithVectorsSelector
with the specified vector fields included.