{{ 'user.kb.creation-form.models.form-title' | translate }}
{{ 'user.kb.creation-form.models.form-description' | translate }}
@for (model of nucliaModels; track model) {
{{ 'user.kb.creation-form.models.options.' + model | translate }} @if (model === 'MULTILINGUAL') {
}
}
@for (model of externalModels; track model) {
{{ 'user.kb.creation-form.models.options.' + model | translate }} @if (model === HUGGING_FACE_MODEL) { BETA }
}
@if (isExtraSemanticModelEnabled | async) {
MULTILINGUAL_EXTRA (testing on stage only)
} {{ 'user.kb.creation-form.models.external-model.nuclia-token-warning' | translate }} @if (isHuggingFaceSelected && huggingFaceForm) {
{{ 'user.kb.creation-form.models.external-model.hugging-face.form-title' | translate }}
{{ 'user.kb.creation-form.models.external-model.hugging-face.advanced-config' | translate }}
}