Table of Contents

Class KnowledgeGraphIndexRelatedNode

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

Represents a node related to another node within a knowledge graph index.

public class KnowledgeGraphIndexRelatedNode
Inheritance
KnowledgeGraphIndexRelatedNode
Inherited Members
Extension Methods

Properties

RelatedEntity

Gets or sets the knowledge entity associated with the node.

public required KnowledgeEntity RelatedEntity { get; set; }

Property Value

KnowledgeEntity

Relationship

Gets or sets the relationship between this node and the related node.

public required KnowledgeRelationship Relationship { get; set; }

Property Value

KnowledgeRelationship

RelationshipStrength

Gets or sets the strength of the relationship with the related entity.

public int RelationshipStrength { get; set; }

Property Value

int