-
Notifications
You must be signed in to change notification settings - Fork 0
05 Knowledge Engine
Raja Jeevan Kumar Maduri edited this page Aug 4, 2026
·
1 revision
Defines 40+ canonical entity types and semantic relationship edges:
- Entity Types:
BusinessCapability(CAP-),BusinessRequirement(REQ-),ArchitecturalDecision(ADR-),FunctionalSpecification(FRS-),TestCase(TC-),OperationalControl(CHG-,INC-). - Semantic Relationships:
IMPLEMENTS,SATISFIES,VALIDATED_BY,DEPENDS_ON,CONFLICTS_WITH.
- Identity-preserving graph node upserts (
MERGE (e:Entity {id: $id})). - Multi-depth Cypher dependency traversals (
query_neighbors).
- Dense vector indexing and cosine similarity search (
search_similar_chunks).
- Automated semantic conflict detection (
CONFLICTS_WITH). - Traceability gap finder identifying requirements missing test cases or capabilities.