Interface QueryAugmenter
- All Superinterfaces:
BiFunction<Query, List<Document>, Query>
- All Known Implementing Classes:
ContextualQueryAugmenter
A component for augmenting an input query with additional data, useful to provide a
large language model with the necessary context to answer the user query.
- Since:
- 1.0.0
- Author:
- Thomas Vitale
-
Method Summary
Methods inherited from interface BiFunction
andThen
-
Method Details
-
augment
-
apply
-