@switch (activeSection()) {
@case ('basic') {
{{ i18nPrefix + '.Sections.Basic' | translate }}
{{ i18nPrefix + (isFAQ() ? '.Basic.FAQDescription' : '.Basic.Description') | translate }}
{{ i18nPrefix + '.Basic.KnowledgebaseType' | translate }} *
{{ i18nPrefix + '.Basic.Document' | translate }}
{{ i18nPrefix + '.Basic.QandA' | translate }}
{{ i18nPrefix + '.Basic.KnowledgebaseTypeHelp' | translate }}
@if (!isFAQ()) {
{{ i18nPrefix + '.Basic.IndexStrategy' | translate }} *
{{
i18nPrefix + '.Basic.IndexCapabilitiesHelp'
| translate
: {
Default:
'Document indexing is included. Optionally build Wiki pages and a knowledge graph from the same documents.'
}
}}
{{ i18nPrefix + '.Basic.RagSearch' | translate }}
{{
i18nPrefix + '.Basic.RagSearchDescription' | translate
}}
@if (wikiEnabled()) {
} @else {
}
{{
i18nPrefix + '.Basic.WikiKnowledgebase' | translate
}}
{{
i18nPrefix + '.Basic.WikiDescription' | translate
}}
@if (graphEnabled()) {
} @else {
}
{{
i18nPrefix + '.Basic.GraphIndex' | translate: { Default: 'Knowledge graph' }
}}
{{
i18nPrefix + '.Basic.GraphIndexDescription'
| translate
: {
Default:
'Extract entities, relationships and source evidence. Rebuild the graph to index existing documents after enabling it.'
}
}}
@if (indexStrategyLocked()) {
{{ i18nPrefix + '.Basic.IndexStrategyLocked' | translate }}
}
@if (isWiki()) {
{{ i18nPrefix + '.Wiki.Title' | translate }}
{{ i18nPrefix + '.Wiki.Description' | translate }}
{{ i18nPrefix + '.Wiki.ExtractionGranularity' | 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.ContentGenerationRequirements' | translate
}}
{{ i18nPrefix + '.Wiki.ContentGenerationRequirementsHelp' | translate }}
{{ wikiConfig().contentGenerationRequirements?.length ?? 0 }}/4000
{{ i18nPrefix + '.Wiki.ExtractionFocus' | translate }}
{{ i18nPrefix + '.Wiki.ExtractionFocusHelp' | translate }}
{{ wikiConfig().extractionFocus?.length ?? 0 }}/4000
}
}
{{ i18nPrefix + '.Basic.Name' | translate }} *
{{ i18nPrefix + '.Basic.KnowledgebaseDescription' | translate }}
{{ description().length }}/200
}
@case ('models') {
{{ i18nPrefix + '.Sections.Models' | translate }}
{{ i18nPrefix + '.Models.Description' | 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.IndexMode' | translate }} *
{{ i18nPrefix + '.FAQ.QuestionOnly' | translate }}
{{ i18nPrefix + '.FAQ.QuestionAnswer' | translate }}
{{ i18nPrefix + '.FAQ.IndexModeHelp' | translate }}
{{ i18nPrefix + '.FAQ.QuestionIndexMode' | translate }} *
{{ i18nPrefix + '.FAQ.Combined' | translate }}
{{ i18nPrefix + '.FAQ.Separate' | translate }}
{{ i18nPrefix + '.FAQ.QuestionIndexModeHelp' | translate }}
{{ i18nPrefix + '.FAQ.NegativeMatchMode' | 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
}}
}
}