Uses of Record Class
dev.langchain4j.store.embedding.infinispan.InfinispanStoreConfiguration
Packages that use InfinispanStoreConfiguration
-
Uses of InfinispanStoreConfiguration in dev.langchain4j.store.embedding.infinispan
Methods in dev.langchain4j.store.embedding.infinispan with parameters of type InfinispanStoreConfigurationModifier and TypeMethodDescriptionstatic org.infinispan.protostream.schema.Schema
LangchainSchemaCreator.buildSchema
(InfinispanStoreConfiguration storeConfiguration) Build the Infinispan Schema to marshall embeddingsConstructors in dev.langchain4j.store.embedding.infinispan with parameters of type InfinispanStoreConfigurationModifierConstructorDescriptionInfinispanEmbeddingStore
(org.infinispan.client.hotrod.configuration.ConfigurationBuilder builder, InfinispanStoreConfiguration storeConfiguration) Creates an instance of InfinispanEmbeddingStoreInfinispanEmbeddingStore
(org.infinispan.client.hotrod.RemoteCacheManager remoteCacheManager, InfinispanStoreConfiguration storeConfiguration) Creates an Infinispan embedding store from a RemoteCacheManager Assumes marshalling configuration is already provided by the RemoteCacheManager instance.