Class LangchainSchemaCreator
java.lang.Object
dev.langchain4j.store.embedding.infinispan.LangchainSchemaCreator
LangchainSchemaCreator for Infinispan
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.infinispan.protostream.schema.Schema
buildSchema
(InfinispanStoreConfiguration storeConfiguration) Build the Infinispan Schema to marshall embeddings
-
Constructor Details
-
LangchainSchemaCreator
public LangchainSchemaCreator()
-
-
Method Details
-
buildSchema
public static org.infinispan.protostream.schema.Schema buildSchema(InfinispanStoreConfiguration storeConfiguration) Build the Infinispan Schema to marshall embeddings- Parameters:
storeConfiguration
- , the configuration of the store- Returns:
- produced Schema
-