Uses of Package
dev.langchain4j.chain
Packages that use dev.langchain4j.chain
-
Classes in dev.langchain4j.chain used by dev.langchain4j.chainClassDescriptionRepresents a chain step that takes an input and produces an output.A chain for conversing with a specified
ChatLanguageModel
while maintaining a memory of the conversation.A chain for conversing with a specifiedChatLanguageModel
based on the information retrieved by a specifiedContentRetriever
.