Uses of Interface
org.springframework.ai.rag.retrieval.search.DocumentRetriever
Packages that use DocumentRetriever
Package
Description
Provides classes for advising chat clients.
RAG Sub-Module: Document Search.
-
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
(List<QueryTransformer> queryTransformers, QueryExpander queryExpander, DocumentRetriever documentRetriever, DocumentJoiner documentJoiner, QueryAugmenter queryAugmenter, org.springframework.core.task.TaskExecutor taskExecutor, reactor.core.scheduler.Scheduler scheduler, Integer order) -
Uses of DocumentRetriever in org.springframework.ai.rag.retrieval.search
Classes in org.springframework.ai.rag.retrieval.search that implement DocumentRetrieverModifier and TypeClassDescriptionfinal class
Retrieves documents from a vector store that are semantically similar to the input query.