doc = Document(_id="some calculated unique id hash")
and I am nott sure if the database will fail an integrity error if the _id is not unique for some doc_id and generated node as the node_id is a random id...node_id = f'{doc_id}__{i}
node_id(idx:int, doc: Document)