Skip to content

Question: Any way to attach PipelineResult.run_id to the nodes and relationships that were touched by the SimpleKGPipeline run? #289

Open
@nickjfrench

Description

@nickjfrench

I want to be able to MATCH what nodes and relationships were added or edited by a run. I know SimpleKGPipeline returns a PipelineResult that contains the number of nodes and the run_id, but it doesn't seem to attach itself to any nodes or relationships within the graph DB. There is an id property added, but that seems to come from the chunk's id.

Am I missing something that already exists either within the GraphRAG package or Neo4j GraphDB, or is there a easy way to attach it to nodes and rels myself?
If I attach it myself, I imagine the property would need to be an array, as nodes will be edited by multiple runs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions