Uses of Enum Class
com.google.genkit.plugins.qdrant.QdrantCollectionConfig.Distance
Packages that use QdrantCollectionConfig.Distance
-
Uses of QdrantCollectionConfig.Distance in com.google.genkit.plugins.qdrant
Methods in com.google.genkit.plugins.qdrant that return QdrantCollectionConfig.DistanceModifier and TypeMethodDescriptionQdrantCollectionConfig.getDistance()Returns the distance function (defaultCOSINE).Returns the enum constant of this class with the specified name.static QdrantCollectionConfig.Distance[]QdrantCollectionConfig.Distance.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.genkit.plugins.qdrant with parameters of type QdrantCollectionConfig.DistanceModifier and TypeMethodDescriptionQdrantCollectionConfig.Builder.distance(QdrantCollectionConfig.Distance distance) Sets the distance function.