Uses of Interface
dev.langchain4j.retriever.Retriever
Packages that use Retriever
-
Uses of Retriever in dev.langchain4j.chain
Methods in dev.langchain4j.chain with parameters of type RetrieverModifier and TypeMethodDescriptionConversationalRetrievalChain.Builder.retriever
(Retriever<TextSegment> retriever) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in dev.langchain4j.chain with parameters of type RetrieverModifierConstructorDescriptionConversationalRetrievalChain
(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
Classes in dev.langchain4j.retriever that implement RetrieverModifier 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
Methods in dev.langchain4j.service with parameters of type RetrieverModifier 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.