{{ 'PAC.Knowledgebase.Graph' | translate: { Default: 'Graph' } }}

{{ statusLabel(status()?.status) | translate: { Default: 'Pending' } }}

{{ 'PAC.Knowledgebase.GraphExplorerSubtitle' | translate: { Default: 'Visualize and maintain extracted entities and relations.' } }}

{{ 'PAC.Knowledgebase.GraphChatModel' | translate: { Default: 'Chat model' } }} @if (chatModelName(); as modelName) { {{ modelName }} } @else { {{ 'PAC.Knowledgebase.GraphChatModelFallback' | translate: { Default: 'Primary Copilot fallback' } }} } {{ 'PAC.Knowledgebase.OpenConfiguration' | translate: { Default: 'Open configuration' } }}
{{ 'PAC.Knowledgebase.AllEntityTypes' | translate: { Default: 'All entity types' } }} @for (type of entityTypes(); track type) { {{ type }} } {{ 'PAC.Knowledgebase.AllRelationTypes' | translate: { Default: 'All relation types' } }} @for (type of relationTypes(); track type) { {{ type }} } {{ 'PAC.Knowledgebase.AllOrigins' | translate: { Default: 'All origins' } }} @for (originOption of origins; track originOption) { @if (originOption) { {{ 'PAC.Knowledgebase.GraphOrigin_' + originOption | translate: { Default: originOption } }} } } @for (visibilityOption of visibilities; track visibilityOption) { {{ 'PAC.Knowledgebase.GraphVisibility_' + visibilityOption | translate: { Default: visibilityOption } }} } {{ 'PAC.Knowledgebase.NoFocusEntity' | translate: { Default: 'No focus' } }} @for (entity of entityOptions(); track entity.id) { {{ entity.name }} }
@if (loading()) { } @if (disabled()) { } @else if (empty()) { } @else {
}
@if (editorMode(); as mode) { }