All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.langchain4j.store.embedding.infinispan.LangChainMetadata Maven / Gradle / Ivy

There is a newer version: 0.36.2
Show newest version
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