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

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