Uses of Interface
dev.langchain4j.rag.content.injector.ContentInjector
Packages that use ContentInjector
-
Uses of ContentInjector in dev.langchain4j.rag
Methods in dev.langchain4j.rag with parameters of type ContentInjectorModifier and TypeMethodDescriptionDefaultRetrievalAugmentor.DefaultRetrievalAugmentorBuilder.contentInjector
(ContentInjector contentInjector) Constructors in dev.langchain4j.rag with parameters of type ContentInjectorModifierConstructorDescriptionDefaultRetrievalAugmentor
(QueryTransformer queryTransformer, QueryRouter queryRouter, ContentAggregator contentAggregator, ContentInjector contentInjector, Executor executor) -
Uses of ContentInjector in dev.langchain4j.rag.content.injector
Classes in dev.langchain4j.rag.content.injector that implement ContentInjectorModifier and TypeClassDescriptionclass
Default implementation ofContentInjector
intended to be suitable for the majority of use cases.