NeoOgmKnowledgeGraphServiceProperties

data class NeoOgmKnowledgeGraphServiceProperties(val chunkNodeName: String = "Document", val entityNodeName: String = "Entity")

Parameters

chunkNodeName

the name of the node representing a chunk in the knowledge graph

entityNodeName

the name of a node representing an entity in the knowledge graph

Constructors

Link copied to clipboard
constructor(chunkNodeName: String = "Document", entityNodeName: String = "Entity")

Properties

Link copied to clipboard
Link copied to clipboard