KnowledgeGraphSchema

data class KnowledgeGraphSchema(val entities: List<EntityDefinition>, val relationships: List<RelationshipDefinition>)

Knowledge graph schema

Constructors

Link copied to clipboard
constructor(entities: List<EntityDefinition>, relationships: List<RelationshipDefinition>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun infoString(verbose: Boolean?, indent: Int): String
Link copied to clipboard

Give these entities, return a list of relationships that can exist between them.