namespace Microsoft.AI.DevTeam;
public class QdrantOptions
{
public string Endpoint { get; set; }
public int VectorSize { get; set; }
}