Because of this line, when an existing node is added to the vector store, its existing properties are deleted, and only those added as document metadata are persisted.
This is needlessly destructive. I suggest to change line 125 to SET u = properties(u) so that existing properties are preserved