Interface QueryAugmenter

All Superinterfaces:
BiFunction<Query,List<Document>,Query>
All Known Implementing Classes:
ContextualQueryAugmenter

public interface QueryAugmenter extends BiFunction<Query,List<Document>,Query>
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