namespace ZeroLevel.Qdrant.DataAttributes { /// /// Attribute for directly specifying the 'geo' data type of qdrant /// public class GeoAttribute : QdrantAttribute { } }