namespace AIStudio.Settings; public interface IInternalDataSource : IDataSource { /// /// The unique identifier of the embedding method used by this internal data source. /// public string EmbeddingId { get; init; } }