| 60 | } |
| 61 | |
| 62 | export interface KnowledgeGraph { |
| 63 | entities: Entity[]; |
| 64 | relations: Relation[]; |
| 65 | } |
| 66 | |
| 67 | // The KnowledgeGraphManager class contains all operations to interact with the knowledge graph |
| 68 | export class KnowledgeGraphManager { |
nothing calls this directly
no outgoing calls
no test coverage detected