namespace BotSharp.Abstraction.Knowledges.Models; public class KnowledgeCollectionInfo { public ulong DataCount { get; set; } public ulong VectorCount { get; set; } }