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