public class CommonVectorStoreProperties {

private boolean initializeSchema = true;

 ...

}

This should be false.

The integration tests need to change so that they are set to true.

Documentation needs to be updated in each vector store to indicate the change in behavior.