neo4j-graphrag-python icon indicating copy to clipboard operation
neo4j-graphrag-python copied to clipboard

[QUESTION]: How can i customise the entity/node extracted from SimpleKGPipeline

Open metaslim opened this issue 1 month ago • 0 comments

Question

All, How can during running, not post run of SimpleKGPipeline with params

                "additional_node_types": True,
                "additional_relationship_types": True,
                "additional_patterns": True,
  1. Customise the node extracted from SimpleKGPipeline, for eg adding prefix?
  2. How can i add custom properties to these nodes?

metaslim avatar Oct 20 '25 22:10 metaslim