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