Removing properties (data and references) is not possible. You’d have to create a new collection and transfer your data over. Or simply ignore that the reference property is there
How to transfer your data over from one collection to another , is it easy ?
Or simply ignore that the reference property is there
I wish to ignore it, however, I am currently getting error when appending to the schema getting the following error:
Error:
[INCOMPATIBLE_DATA_FOR_TABLE.CANNOT_FIND_DATA] Cannot write incompatible data for the table Rechtspraak_nl: Cannot find data for the output column ecli_uuid. SQLSTATE: KD000
Diagnose errorHighlight error
And the schema have 2 references that we added recently :
btw if we have 2 collections
one for document data (id, chunks) and one for document metadata (id, summery, …)
we want to connect the collections using references, to avoid duplicating all the metadata for each chunk/row.
in this case we create the reference based on the document unique id or based on the specific fields we need from metadata collection ?
so for example:
from weaviate.classes.config import ReferenceProperty