dev.langchain4j.store.embedding.infinispan.LangChainMetadata Maven / Gradle / Ivy
package dev.langchain4j.store.embedding.infinispan;
/**
* Langchain Metadata item that is serialized for the langchain integration use case
* @param name, the name of the metadata
* @param value, the value of the metadata
*/
public record LangChainMetadata(String name, String value) {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy