Uses of Enum Class
io.quarkiverse.langchain4j.pinecone.runtime.DistanceMetric
Packages that use DistanceMetric
-
Uses of DistanceMetric in io.quarkiverse.langchain4j.pinecone.runtime
Methods in io.quarkiverse.langchain4j.pinecone.runtime that return DistanceMetricModifier and TypeMethodDescriptionCreateIndexRequest.getMetric()static DistanceMetricReturns the enum constant of this class with the specified name.static DistanceMetric[]DistanceMetric.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkiverse.langchain4j.pinecone.runtime with parameters of type DistanceMetricModifierConstructorDescriptionCreateIndexRequest(String name, Integer dimension, DistanceMetric metric)