Class LangChainMetadataMarshaller

java.lang.Object
dev.langchain4j.store.embedding.infinispan.LangChainMetadataMarshaller
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<LangChainMetadata>, org.infinispan.protostream.MessageMarshaller<LangChainMetadata>

public class LangChainMetadataMarshaller extends Object implements org.infinispan.protostream.MessageMarshaller<LangChainMetadata>
Marshaller to read and write metadata to Infinispan
  • Constructor Details

    • LangChainMetadataMarshaller

      public LangChainMetadataMarshaller(String typeName)
      Constructor for the LangChainMetadata Marshaller
      Parameters:
      typeName - , the full type of the protobuf entity
  • Method Details