8 lines
176 B
C#
8 lines
176 B
C#
namespace BotSharp.Abstraction.Knowledges.Models;
|
|
|
|
public class KnowledgeCollectionInfo
|
|
{
|
|
public ulong DataCount { get; set; }
|
|
public ulong VectorCount { get; set; }
|
|
}
|