Table of Contents

Class KnowledgeGraphIndexNode

Namespace
FoundationaLLM.Context.Models
Assembly
FoundationaLLM.Context.dll

Represents a node within a knowledge graph index.

public class KnowledgeGraphIndexNode
Inheritance
KnowledgeGraphIndexNode
Inherited Members
Extension Methods

Properties

Entity

Gets or sets the knowledge entity associated with the node.

public required KnowledgeEntity Entity { get; set; }

Property Value

KnowledgeEntity

RelatedNodes

Gets or sets the collection of related nodes in the knowledge graph.

public required List<KnowledgeGraphIndexRelatedNode> RelatedNodes { get; set; }

Property Value

List<KnowledgeGraphIndexRelatedNode>