Uses of Interface
org.springframework.ai.rag.retrieval.source.DocumentRetriever
Packages that use DocumentRetriever
Package
Description
RAG Sub-Module: Source.
-
Uses of DocumentRetriever in org.springframework.ai.chat.client.advisor
Methods in org.springframework.ai.chat.client.advisor with parameters of type DocumentRetrieverModifier and TypeMethodDescriptionRetrievalAugmentationAdvisor.Builder.documentRetriever
(DocumentRetriever documentRetriever) Constructors in org.springframework.ai.chat.client.advisor with parameters of type DocumentRetrieverModifierConstructorDescriptionRetrievalAugmentationAdvisor
(DocumentRetriever documentRetriever, QueryAugmentor queryAugmentor, Boolean protectFromBlocking, Integer order) -
Uses of DocumentRetriever in org.springframework.ai.rag.retrieval.source
Classes in org.springframework.ai.rag.retrieval.source that implement DocumentRetrieverModifier and TypeClassDescriptionclass
A document retriever that uses a vector store to search for documents.