Uses of Interface
org.springframework.ai.rag.retrieval.search.DocumentRetriever
Packages that use DocumentRetriever
Package
Description
RAG Sub-Module: Document Search.
-
Uses of DocumentRetriever in org.springframework.ai.rag.advisor
Methods in org.springframework.ai.rag.advisor with parameters of type DocumentRetrieverModifier and TypeMethodDescriptionRetrievalAugmentationAdvisor.Builder.documentRetriever(DocumentRetriever documentRetriever) -
Uses of DocumentRetriever in org.springframework.ai.rag.retrieval.search
Classes in org.springframework.ai.rag.retrieval.search that implement DocumentRetrieverModifier and TypeClassDescriptionfinal classRetrieves documents from a vector store that are semantically similar to the input query.