Uses of Enum Class
com.google.genkit.plugins.pinecone.PineconeIndexConfig.Metric
Packages that use PineconeIndexConfig.Metric
Package
Description
Pinecone plugin for Genkit providing vector database integration.
-
Uses of PineconeIndexConfig.Metric in com.google.genkit.plugins.pinecone
Methods in com.google.genkit.plugins.pinecone that return PineconeIndexConfig.MetricModifier and TypeMethodDescriptionPineconeIndexConfig.getMetric()Gets the similarity metric.static PineconeIndexConfig.MetricReturns the enum constant of this class with the specified name.static PineconeIndexConfig.Metric[]PineconeIndexConfig.Metric.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.genkit.plugins.pinecone with parameters of type PineconeIndexConfig.MetricModifier and TypeMethodDescriptionPineconeIndexConfig.Builder.metric(PineconeIndexConfig.Metric metric) Sets the similarity metric (default: COSINE).