Uses of Interface
dev.langchain4j.retriever.Retriever
-
Uses of Retriever in dev.langchain4j.chain
Modifier and TypeMethodDescriptionConversationalRetrievalChain.Builder.retriever
(Retriever<TextSegment> retriever) Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionConversationalRetrievalChain
(ChatLanguageModel chatLanguageModel, ChatMemory chatMemory, PromptTemplate promptTemplate, Retriever<TextSegment> retriever) Deprecated, for removal: This API element is subject to removal in a future version.Please use another constructor with a newContentRetriever
instead. -
Uses of Retriever in dev.langchain4j.retriever
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.useEmbeddingStoreContentRetriever
instead. -
Uses of Retriever in dev.langchain4j.service
Modifier and TypeMethodDescriptionAiServices.retriever
(Retriever<TextSegment> retriever) Deprecated, for removal: This API element is subject to removal in a future version.
ConversationalRetrievalChain.Builder.contentRetriever(ContentRetriever)
instead.