public class QdrantOptions
{
public string Endpoint { get; set; }
public int VectorSize { get; set; }
}