Hi @Sandip
Indeed it is not doing the dimensions check on batch imports, only in insert and insert_many. I was able to reproduce this. An issue in GH should follow soon.
For doing the validation yourself at the client level, you can fetch one object from that colection, asking to include its vectors, then you count the dimensions.
Let me know if that helps.