mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 21:59:48 +00:00
Added the data sources number
This commit is contained in:
parent
ef9e9ebdd8
commit
321befadbd
@ -46,6 +46,11 @@ public sealed class Data
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public uint NextEmbeddingNum { get; set; } = 1;
|
public uint NextEmbeddingNum { get; set; } = 1;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The next data source number to use.
|
||||||
|
/// </summary>
|
||||||
|
public uint NextDataSourceNum { get; set; } = 1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The next profile number to use.
|
/// The next profile number to use.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user