Uses of Interface
dev.langchain4j.chain.Chain
Packages that use Chain
-
Uses of Chain in dev.langchain4j.chain
Classes in dev.langchain4j.chain that implement ChainModifier and TypeClassDescriptionclassA chain for conversing with a specifiedChatModelwhile maintaining a memory of the conversation.classA chain for conversing with a specifiedChatModelbased on the information retrieved by a specifiedContentRetriever.