mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-22 21:02:57 +00:00
Added data sources to config data
This commit is contained in:
parent
bcbb7d2d92
commit
120b388b36
@ -25,6 +25,11 @@ public sealed class Data
|
|||||||
/// A collection of embedding providers configured.
|
/// A collection of embedding providers configured.
|
||||||
/// </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.
|
||||||
|
Loading…
Reference in New Issue
Block a user