Package dev.langchain4j.chain
Class ConversationalRetrievalChain.Builder
java.lang.Object
dev.langchain4j.chain.ConversationalRetrievalChain.Builder
- Enclosing class:
ConversationalRetrievalChain
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
chatLanguageModel
(ChatLanguageModel chatLanguageModel) chatMemory
(ChatMemory chatMemory) contentRetriever
(ContentRetriever contentRetriever) retrievalAugmentor
(RetrievalAugmentor retrievalAugmentor)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
chatLanguageModel
-
chatMemory
-
contentRetriever
-
retrievalAugmentor
public ConversationalRetrievalChain.Builder retrievalAugmentor(RetrievalAugmentor retrievalAugmentor) -
build
-