BotSharp/BotSharp.Plugin.Qdrant/QdrantSetting.cs

8 lines
141 B
C#
Raw Normal View History

2023-06-18 02:56:22 +00:00
namespace BotSharp.Plugin.Qdrant;
public class QdrantSetting
{
public string Url { get; set; }
public string ApiKey { get; set; }
}