@using AIStudio.Settings.DataModel @inherits SettingsDialogBase @T("Configured Data Sources") @T("You might configure different data sources. A data source can include one file, all files in a directory, or data from your company. Later, you can incorporate these data sources as needed when the AI requires this data to complete a certain task.") # @T("Name") @T("Type") @T("Embedding") @T("Actions") @context.Num @context.Name @context.Type.GetDisplayName() @this.GetEmbeddingName(context) @T("Edit") @T("Delete") @if (this.SettingsManager.ConfigurationData.DataSources.Count == 0) { @T("No data sources configured yet.") } @T("External Data (ERI-Server v1)") @T("Local Directory") @T("Local File") @T("Close")