Currently, pymilvus does not support nullable vector fields. When inserting data with None values for vector fields, it raises an error. Support nullable vectors for all 6 vector types: - FloatVector - BinaryVector - Float16Vector - BFloat16Vector - SparseFloatVector - Int8Vector Application scenary - Add vector column. - Vector data can be empty.