ExtractiveQASummary#
- class ExtractiveQASummary#
extractive-qa | Build abstract based on extractive QA results on top ranked results
Build an abstract based on the Extracted answer, by highlighting the answer and its surrounding context.
- pydantic model PluginConfig#
- Fields:
on_top_n (int)query (str | None)worker (str)
-
PluginConfig.plugin_name:
ClassVar[str] = 'extractive-qa'# Used to register and reference the plugin within a query.