Uses of Enum Class
io.qdrant.client.grpc.Collections.Distance
Packages that use Collections.Distance
-
Uses of Collections.Distance in io.qdrant.client
Methods in io.qdrant.client with parameters of type Collections.DistanceModifier and TypeMethodDescriptionQdrantClient.createCollection
(String collectionName, long vectorSize, Collections.Distance distance) Creates a new collection with the specified name, vector size, and distance metric.QdrantClient.recreateCollection
(String collectionName, long vectorSize, Collections.Distance distance) Deletes and creates a new collection with the specified name, vector size, and distance metric. -
Uses of Collections.Distance in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Collections.DistanceModifier and TypeMethodDescriptionstatic Collections.Distance
Collections.Distance.forNumber
(int value) Collections.VectorParams.Builder.getDistance()
Distance function used for comparing vectorsCollections.VectorParams.getDistance()
Distance function used for comparing vectorsCollections.VectorParamsOrBuilder.getDistance()
Distance function used for comparing vectorsstatic Collections.Distance
Collections.Distance.valueOf
(int value) Deprecated.static Collections.Distance
Collections.Distance.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Collections.Distance
Returns the enum constant of this class with the specified name.static Collections.Distance[]
Collections.Distance.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.qdrant.client.grpc that return types with arguments of type Collections.DistanceModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Collections.Distance>
Collections.Distance.internalGetValueMap()
Methods in io.qdrant.client.grpc with parameters of type Collections.DistanceModifier and TypeMethodDescriptionCollections.VectorParams.Builder.setDistance
(Collections.Distance value) Distance function used for comparing vectors