Uses of Interface
org.springframework.ai.rag.retrieval.join.DocumentJoiner
Packages that use DocumentJoiner
Package
Description
RAG Sub-Module: Document Join.
-
Uses of DocumentJoiner in org.springframework.ai.rag.advisor
Methods in org.springframework.ai.rag.advisor with parameters of type DocumentJoinerModifier and TypeMethodDescriptionRetrievalAugmentationAdvisor.Builder.documentJoiner(DocumentJoiner documentJoiner) -
Uses of DocumentJoiner in org.springframework.ai.rag.retrieval.join
Classes in org.springframework.ai.rag.retrieval.join that implement DocumentJoinerModifier and TypeClassDescriptionclassCombines documents retrieved based on multiple queries and from multiple data sources by concatenating them into a single collection of documents.