Uses of Class
io.quarkus.redis.datasource.search.VectorAlgorithm
-
Packages that use VectorAlgorithm Package Description io.quarkus.redis.datasource.search -
-
Uses of VectorAlgorithm in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return VectorAlgorithm Modifier and Type Method Description static VectorAlgorithmVectorAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static VectorAlgorithm[]VectorAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.redis.datasource.search with parameters of type VectorAlgorithm Modifier and Type Method Description FieldOptionsFieldOptions. vectorAlgorithm(VectorAlgorithm vectorAlgorithm)For vector fields, specifies the vector algorithm to use when searching k most similar vectors in an index.
-