Added data sources to config data

This commit is contained in:
Thorsten Sommer 2025-01-06 19:08:18 +01:00
parent bcbb7d2d92
commit 120b388b36
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -25,6 +25,11 @@ public sealed class Data
/// A collection of embedding providers configured.
/// </summary>
public List<EmbeddingProvider> EmbeddingProviders { get; init; } = [];
/// <summary>
/// A collection of data sources configured.
/// </summary>
public List<IDataSource> DataSources { get; set; } = [];
/// <summary>
/// List of configured profiles.