Uses of Enum Class
io.metaloom.qdrant.client.http.model.collection.config.Distance
Packages that use Distance
Package
Description
-
Uses of Distance in io.metaloom.qdrant.client.http.model.collection
Methods in io.metaloom.qdrant.client.http.model.collection with parameters of type DistanceModifier and TypeMethodDescriptionCollectionCreateRequest.setVectors(int size, Distance distance) CollectionCreateRequest.setVectors(String name, int size, Distance distance) Set a named vector parameter to the create request. -
Uses of Distance in io.metaloom.qdrant.client.http.model.collection.config
Methods in io.metaloom.qdrant.client.http.model.collection.config that return DistanceModifier and TypeMethodDescriptionVectorParams.getDistance()static DistanceReturns the enum constant of this class with the specified name.static Distance[]Distance.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.metaloom.qdrant.client.http.model.collection.config with parameters of type DistanceModifier and TypeMethodDescriptionstatic NamedVectorParamsstatic VectorParamsVectorParams.setDistance(Distance distance)