@if (onlySheet()) {
{{ 'PAC.Knowledgebase.OnlyIndexedFields' | translate : { Default: 'Only indexed fields can be searched, other full fields are displayed in metadata.' } }}
} @else {
{{ 'PAC.Knowledgebase.TransformerSettings' | translate: { Default: 'Transformer Settings' } }}
@if (transformerStrategy()?.meta.helpUrl; as helpUrl) { {{ 'PAC.KEY_WORDS.Help' | translate: { Default: 'Help' } }} }
@if (transformerStrategy()?.meta.icon; as icon) { }
@if (option._icon; as icon) { }
{{ option.label | i18n }}
{{ option.description | i18n }}
@if (transformerStrategy()?.meta.icon; as icon) { } @else { }
@if (transformerStrategy(); as transformerStrategy) {
{{ transformerStrategy.meta.label | i18n }}
{{ transformerStrategy.meta.description | i18n }}
@if (transformerIntegration(); as integration) {
@if (transformerIntegrationId()) {
}
} }
@if (transformerConfigSchema(); as transformerConfigSchema) { }
{{ 'PAC.Knowledgebase.ChunkSettings' | translate: { Default: 'Chunk Settings' } }}
@if (textSplitterStrategy()?.helpUrl; as helpUrl) { {{ 'PAC.KEY_WORDS.Help' | translate: { Default: 'Help' } }} }
@if (textSplitterStrategy()?.icon; as icon) { }
@if (option._icon) { }
{{ option.label | i18n }}
{{ option.description | i18n }}
@if (textSplitterStrategy(); as textSplitterStrategy) {
{{ textSplitterStrategy.label | i18n }}
{{ textSplitterStrategy.description | i18n }}
}
{{ 'PAC.Knowledgebase.ImageUnderstanding' | translate: { Default: 'Image Understanding' } }}
@if (imageUnderstandingStrategy()?.meta.helpUrl; as helpUrl) { {{ 'PAC.KEY_WORDS.Help' | translate: { Default: 'Help' } }} }
@if (imageUnderstandingStrategy()?.meta.icon; as icon) { }
@if (option._icon) { }
{{ option.label | i18n }}
{{ option.description | i18n }}
@if (enableImageUnderstanding()) {
@if (imageUnderstandingStrategy()?.meta.icon; as icon) { } @else { }
@if (imageUnderstandingStrategy(); as imageUnderstandingStrategy) {
{{ imageUnderstandingStrategy.meta.label | i18n }}
{{ imageUnderstandingStrategy.meta.description | i18n }}
@if (imageUnderstandingIntegration(); as integration) {
@if (imageUnderstandingIntegrationId()) {
}
} }
@if (requireVisionModel()) {
{{ 'PAC.Pipeline.VisionModel' | translate: { Default: 'Vision Model' } }} *
} @if (imageUnderstandingConfigSchema(); as imageUnderstandingConfigSchema) { }
}
{{ 'PAC.Knowledgebase.TextPreprocessingRules' | translate: { Default: 'Text preprocessing rules' } }}
}
{{ 'PAC.Knowledgebase.Preview' | translate: { Default: 'Preview' } }}
@if (selectedDocument(); as doc) { } @else {
{{ 'PAC.Knowledgebase.SelectFilePreview' | translate: { Default: 'Select file to preview' } }}
}
@if (selectedDocument()) { }
@for (doc of documents(); track doc; let i = $index) {
{{ doc.metadata.title }}
{{ doc.metadata.url }}
}