Uses of Enum Class
io.quarkus.redis.datasource.search.VectorAlgorithm
Packages that use VectorAlgorithm
-
Uses of VectorAlgorithm in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return VectorAlgorithmModifier and TypeMethodDescriptionstatic VectorAlgorithmReturns the enum constant of this class with the specified name.static VectorAlgorithm[]VectorAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.redis.datasource.search with parameters of type VectorAlgorithmModifier and TypeMethodDescriptionFieldOptions.vectorAlgorithm(VectorAlgorithm vectorAlgorithm) For vector fields, specifies the vector algorithm to use when searching k most similar vectors in an index.