mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-05-03 09:39:47 +00:00
Added data sources to config data
This commit is contained in:
parent
bcbb7d2d92
commit
120b388b36
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user