>>> from llama_index.core.schema import NodeRelationship >>> NodeRelationship("1") <NodeRelationship.SOURCE: '1'> >>>
SOURCE = 1 PREVIOUS = 2 NEXT = 3 PARENT = 4 CHILD = 5