Uses of Class
com.langchainbeam.LangchainModelHandler
Packages that use LangchainModelHandler
-
Uses of LangchainModelHandler in com.langchainbeam
Methods in com.langchainbeam with parameters of type LangchainModelHandlerModifier and TypeMethodDescriptionstatic org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<String>,
org.apache.beam.sdk.values.PCollection<LangchainBeamOutput>> LangchainBeam.run
(LangchainModelHandler handler) Creates and initializes a newLangchainBeam
instance with the providedLangchainModelHandler
.