docs: fix KnowledgeGraph mismatch and update tests for issue #144

This commit is contained in:
KaifAhmad1
2026-01-07 15:01:47 +05:30
parent 55abd52b77
commit dcd6f25f87
7 changed files with 41 additions and 23 deletions
@@ -26,7 +26,7 @@
"\n",
"- Use `ConflictDetector.detect_value_conflicts(entities, property_name=...)` when you want to check one field.\n",
"- Use `ConflictDetector.detect_conflicts(entities)` when you want a broader scan (value/type/temporal/etc.).\n",
"- If you're starting from a `KnowledgeGraph`, pull entities via `kg.get(\"entities\", [])` (not `kg.entities`).\n",
"- If you're starting from a Knowledge Graph dictionary (built via `GraphBuilder`), pull entities via `kg.get(\"entities\", [])`.\n",
"\n",
"### Key Capabilities\n",
"\n",