Configuration for summary generation.
is_enabled: True if summary is enabled, False otherwise max_results: maximum number of results to summarize response_lang: requested language for the summary prompt_name: name of the prompt to use for summarization (see https://docs.vectara.com/docs/learn/grounded-generation/select-a-summarizer)
SummaryConfig(
self,
is_enabled: bool = False,
max_results: int = 7,
response_lang: str = 'eng',
prompt_name: str = 'vectara-summary-ext-24-05-med-omni',
stream: bool = False
)