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