Is there a way to disable the checks when uploading objects to Weaviate? I get the error
{'message': "invalid cref: 'cref' MyClass:MyProperty: no object with id .... found}
But I would like to proceed with the upload anyways. (The goal is to reduce the amount of Weaviate calls by inserting the references in the objects instead of separately uploading the references later)
Thank you