Handling Varying Vector Sizes in Weaviate Indexing: Ensuring Consistency and Error Prevention

Follow-up question: If I want to implement the vector size validation on my side before indexing new data existing class, is there any way to extract the vector size information from weaviate for already indexed data? I am looking into the schema for the current class using:

schema = client.schema.get(weaviate_class)

I am unable to find this vector size information in this object.