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