Uses of Enum Class
org.springframework.ai.vectorstore.redis.RedisVectorStore.Algorithm
-
Uses of RedisVectorStore.Algorithm in org.springframework.ai.vectorstore.redis
Fields in org.springframework.ai.vectorstore.redis declared as RedisVectorStore.AlgorithmModifier and TypeFieldDescriptionstatic final RedisVectorStore.AlgorithmRedisVectorStore.DEFAULT_VECTOR_ALGORITHMMethods in org.springframework.ai.vectorstore.redis that return RedisVectorStore.AlgorithmModifier and TypeMethodDescriptionstatic RedisVectorStore.AlgorithmReturns the enum constant of this class with the specified name.static RedisVectorStore.Algorithm[]RedisVectorStore.Algorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.vectorstore.redis with parameters of type RedisVectorStore.AlgorithmModifier and TypeMethodDescriptionRedisVectorStore.Builder.vectorAlgorithm(RedisVectorStore.Algorithm algorithm) Sets the Redis vector algorithm.