Uses of Enum Class
io.quarkiverse.langchain4j.redis.VectorAlgorithm
Packages that use VectorAlgorithm
-
Uses of VectorAlgorithm in io.quarkiverse.langchain4j.redis
Methods in io.quarkiverse.langchain4j.redis that return VectorAlgorithmModifier and TypeMethodDescriptionstatic VectorAlgorithm
Returns 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. -
Uses of VectorAlgorithm in io.quarkiverse.langchain4j.redis.runtime
Methods in io.quarkiverse.langchain4j.redis.runtime that return VectorAlgorithmModifier and TypeMethodDescriptionRedisSchema.getVectorAlgorithm()
RedisEmbeddingStoreConfig.vectorAlgorithm()
Algorithm used to index the embedding vectors.Methods in io.quarkiverse.langchain4j.redis.runtime with parameters of type VectorAlgorithmModifier and TypeMethodDescriptionRedisSchema.Builder.vectorAlgorithm
(VectorAlgorithm vectorAlgorithm) Constructors in io.quarkiverse.langchain4j.redis.runtime with parameters of type VectorAlgorithmModifierConstructorDescriptionRedisSchema
(String indexName, String prefix, String vectorFieldName, String scalarFieldName, List<String> metadataFields, VectorAlgorithm vectorAlgorithm, Long dimension, MetricType metricType)