Interface RedisEmbeddingStoreBuildTimeConfig


@ConfigRoot(phase=BUILD_TIME) @ConfigMapping(prefix="quarkus.langchain4j.redis") public interface RedisEmbeddingStoreBuildTimeConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the Redis client to use.
  • Method Details

    • clientName

      Optional<String> 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.