Uses of Enum Class
io.qdrant.client.grpc.Collections.Distance
-
Uses of Collections.Distance in io.qdrant.client
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Collections.Distance>
Collections.Distance.internalGetValueMap()
Modifier and TypeMethodDescriptionCollections.VectorParams.Builder.setDistance
(Collections.Distance value) Distance function used for comparing vectors