8 lines
141 B
C#
8 lines
141 B
C#
namespace BotSharp.Plugin.Qdrant;
|
|
|
|
public class QdrantSetting
|
|
{
|
|
public string Url { get; set; }
|
|
public string ApiKey { get; set; }
|
|
}
|