Uses of Enum Class
com.google.genkit.plugins.firebase.retriever.FirestoreRetrieverConfig.DistanceMeasure
Packages that use FirestoreRetrieverConfig.DistanceMeasure
Package
Description
Firestore vector search retriever and indexer components.
-
Uses of FirestoreRetrieverConfig.DistanceMeasure in com.google.genkit.plugins.firebase.retriever
Methods in com.google.genkit.plugins.firebase.retriever that return FirestoreRetrieverConfig.DistanceMeasureModifier and TypeMethodDescriptionFirestoreRetrieverConfig.getDistanceMeasure()Returns the enum constant of this class with the specified name.FirestoreRetrieverConfig.DistanceMeasure.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.genkit.plugins.firebase.retriever with parameters of type FirestoreRetrieverConfig.DistanceMeasureModifier and TypeMethodDescriptionFirestoreRetrieverConfig.Builder.distanceMeasure(FirestoreRetrieverConfig.DistanceMeasure distanceMeasure) Sets the distance measure for vector similarity.