Package io.quarkiverse.langchain4j.redis
Interface RedisEmbeddingStoreBuildTimeConfig
@ConfigRoot(phase=BUILD_TIME)
@ConfigMapping(prefix="quarkus.langchain4j.redis")
public interface RedisEmbeddingStoreBuildTimeConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the Redis client to use.
-
Method Details
-
clientName
The name of the Redis client to use. These clients are configured by means of the `redis-client` extension. If unspecified, it will use the default Redis client.
-