{{ createMode ? ('kb.ai-models.extraction.create' | translate) : config?.name || id }}

@if (!!id) { ({{ id }}) }
{{ 'kb.ai-models.extraction.name' | translate }}

{{ 'kb.ai-models.extraction.extract.processing.title' | translate }}

@if (visualLLMEnabled | async) {
{{ 'kb.ai-models.extraction.extract.processing.vllm_config.label' | translate }} @if (vllm_config) {
}
} @if (aiTablesEnabled | async) {
{{ 'kb.ai-models.extraction.extract.processing.ai_tables.label' | translate }} @if (ai_tables) {
}
}
@if (createMode) { {{ 'generic.cancel' | translate }} {{ 'generic.save' | translate }} }