Hi, I am working with Knowledge Graph and have a question. In "PropertyGraphIndex/PropertyGraphStore," each graph node and edge has a "triplet_source_id" metadata pointing to a source TextNode. However, I believe that the same graph node or edge (triplet) can originate from multiple source TextNodes, So "triplet_source_id" has to be a list. How is this managed, correct me if I am missing something?
Correct, but same node can be extracted from mutliple chunks right? or are multiple nodes are created with same name if extracted from different chunks?or only the first chunk is considered as triplet_source?