Class LangChain4jConverter
java.lang.Object
org.apache.camel.component.langchain4j.core.LangChain4jConverter
Converter methods to convert from / to LangChain4j types.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic dev.langchain4j.data.document.DocumenttoDocument(String value, org.apache.camel.Exchange exchange)
-
Constructor Details
-
LangChain4jConverter
public LangChain4jConverter()
-
-
Method Details
-
toDocument
@Converter public static dev.langchain4j.data.document.Document toDocument(String value, org.apache.camel.Exchange exchange)
-