Uses of Interface
dev.langchain4j.chain.Chain
-
Uses of Chain in dev.langchain4j.chain
Modifier and TypeClassDescriptionclass
A chain for conversing with a specifiedChatLanguageModel
while maintaining a memory of the conversation.class
A chain for conversing with a specifiedChatLanguageModel
based on the information retrieved by a specifiedContentRetriever
.