@switch (activeSection()) { @case ('basic') {

{{ i18nPrefix + '.Sections.Basic' | translate }}

{{ i18nPrefix + (isFAQ() ? '.Basic.FAQDescription' : '.Basic.Description') | translate }}

{{ i18nPrefix + '.Basic.Document' | translate }} {{ i18nPrefix + '.Basic.QandA' | translate }}

{{ i18nPrefix + '.Basic.KnowledgebaseTypeHelp' | translate }}

@if (!isFAQ()) {

{{ i18nPrefix + '.Basic.IndexCapabilitiesHelp' | translate : { Default: 'Document indexing is included. Optionally build Wiki pages and a knowledge graph from the same documents.' } }}

@if (indexStrategyLocked()) {
{{ i18nPrefix + '.Basic.IndexStrategyLocked' | translate }}
}
@if (isWiki()) {

{{ i18nPrefix + '.Wiki.Title' | translate }}

{{ i18nPrefix + '.Wiki.Description' | translate }}

{{ i18nPrefix + '.Wiki.ExtractionGranularityHelp' | translate }}

{{ i18nPrefix + '.Wiki.Granularity.Focused' | translate }} {{ i18nPrefix + '.Wiki.Granularity.Standard' | translate }} {{ i18nPrefix + '.Wiki.Granularity.Exhaustive' | translate }}

{{ i18nPrefix + '.Wiki.Granularity.' + wikiConfig().extractionGranularity + 'Help' | translate }}

{{ i18nPrefix + '.Wiki.ContentGenerationRequirementsHelp' | translate }}

{{ wikiConfig().contentGenerationRequirements?.length ?? 0 }}/4000

{{ i18nPrefix + '.Wiki.ExtractionFocusHelp' | translate }}

{{ wikiConfig().extractionFocus?.length ?? 0 }}/4000
} }
{{ description().length }}/200
} @case ('models') {

{{ i18nPrefix + '.Sections.Models' | translate }}

{{ i18nPrefix + '.Models.Description' | translate }}

{{ i18nPrefix + '.Models.LargeLanguageModel' | translate }} *

{{ i18nPrefix + '.Models.LargeLanguageModelDescription' | translate }}

{{ i18nPrefix + '.Models.EmbeddingModel' | translate }} *

{{ i18nPrefix + '.Models.EmbeddingModelDescription' | translate }}

@if (isWiki()) {
{{ i18nPrefix + '.Models.WikiModel' | translate }}

{{ i18nPrefix + '.Models.WikiModelDescription' | translate }}

}
} @case ('vector-storage') {

{{ i18nPrefix + '.VectorStorage.Title' | translate }}

{{ i18nPrefix + '.VectorStorage.Description' | translate }}

{{ i18nPrefix + '.VectorStorage.Label' | translate }}

{{ i18nPrefix + '.VectorStorage.LabelDescription' | translate }}

{{ i18nPrefix + '.VectorStorage.SystemDefault' | translate }}

{{ i18nPrefix + '.VectorStorage.SystemDefaultHelp' | translate }}

{{ i18nPrefix + '.VectorStorage.MigrationNotice' | translate }}
} @case ('retrieval') {

{{ i18nPrefix + '.Sections.Retrieval' | translate }}

} @case ('faq') {

{{ i18nPrefix + '.FAQ.Title' | translate }}

{{ i18nPrefix + '.FAQ.Description' | translate }}

{{ i18nPrefix + '.FAQ.QuestionOnly' | translate }} {{ i18nPrefix + '.FAQ.QuestionAnswer' | translate }}

{{ i18nPrefix + '.FAQ.IndexModeHelp' | translate }}

{{ i18nPrefix + '.FAQ.Combined' | translate }} {{ i18nPrefix + '.FAQ.Separate' | translate }}

{{ i18nPrefix + '.FAQ.QuestionIndexModeHelp' | translate }}

{{ i18nPrefix + '.FAQ.NegativeMatchExact' | translate }} {{ i18nPrefix + '.FAQ.NegativeMatchSemantic' | translate }}

{{ i18nPrefix + '.FAQ.NegativeMatchModeHelp' | translate }}

@if (faqConfigurationDisabled()) {
{{ i18nPrefix + '.FAQ.Locked' | translate }}
}
{{ i18nPrefix + '.FAQ.Notice' | translate }}
} @case ('parser') { } @case ('chunk') { @if (workspaceId()) { {{ i18nPrefix + '.Chunk.Test' | translate }} @if (previewOpen()) { } } } @case ('image') { } @case ('audio') { } @case ('advanced') {

{{ i18nPrefix + '.Sections.Advanced' | translate }}

{{ i18nPrefix + '.Advanced.Description' | translate }}

{{ i18nPrefix + '.Advanced.AutomaticTagging' | translate }}

{{ i18nPrefix + '.Advanced.AutomaticTaggingDescription' | translate }}

} @case ('storage') {

{{ i18nPrefix + '.Sections.Storage' | translate }}

{{ i18nPrefix + '.Storage.Description' | translate }}

{{ i18nPrefix + '.Storage.PlatformDefault' | translate }}

{{ i18nPrefix + '.Storage.PlatformDefaultDescription' | translate }}

{{ i18nPrefix + '.Storage.SwitchUnsupported' | translate }}
} }