Uses of Enum Class
org.springframework.data.domain.VectorScoringFunctions
Packages that use VectorScoringFunctions
Package
Description
Central domain abstractions especially to be used in combination with the
Repository abstraction.-
Uses of VectorScoringFunctions in org.springframework.data.domain
Subclasses with type arguments of type VectorScoringFunctions in org.springframework.data.domainModifier and TypeClassDescriptionenumCommonly usedScoringFunctionimplementations for vector-based similarity computations.Methods in org.springframework.data.domain that return VectorScoringFunctionsModifier and TypeMethodDescriptionstatic VectorScoringFunctionsReturns the enum constant of this class with the specified name.static VectorScoringFunctions[]VectorScoringFunctions.values()Returns an array containing the constants of this enum class, in the order they are declared.