Uses of Interface
dev.langchain4j.rag.content.injector.ContentInjector
-
Uses of ContentInjector in dev.langchain4j.rag
Modifier and TypeMethodDescriptionDefaultRetrievalAugmentor.DefaultRetrievalAugmentorBuilder.contentInjector
(ContentInjector contentInjector) ModifierConstructorDescriptionDefaultRetrievalAugmentor
(QueryTransformer queryTransformer, QueryRouter queryRouter, ContentAggregator contentAggregator, ContentInjector contentInjector, Executor executor) -
Uses of ContentInjector in dev.langchain4j.rag.content.injector
Modifier and TypeClassDescriptionclass
Default implementation ofContentInjector
intended to be suitable for the majority of use cases.