File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1031,6 +1031,18 @@ Configuration Options
1031
1031
- If set to ``False ``, only patterns defined in the schema are kept. **Note ** `additional_relationship_types ` must also be `False `.
1032
1032
1033
1033
1034
+
1035
+ Enforcement rules
1036
+ _________________
1037
+
1038
+ In addition to the user-defined configuration options described above,
1039
+ the `GraphPruning ` component performs the following cleanup operations:
1040
+
1041
+ - Nodes with missing required properties are pruned.
1042
+ - Nodes with no remaining properties are pruned.
1043
+ - Relationships with invalid source or target nodes (i.e., nodes no longer present in the graph) are pruned.
1044
+ - Relationships with incorrect direction have their direction corrected.
1045
+
1034
1046
.. _kg-writer-section :
1035
1047
1036
1048
Knowledge Graph Writer
You can’t perform that action at this time.
0 commit comments