Table of Contents

Class IndexedKnowledgeGraph

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

Represents a knowledge graph with indexing capabilities to optimize data retrieval and reduce redundant computations.

public class IndexedKnowledgeGraph
Inheritance
IndexedKnowledgeGraph
Inherited Members
Extension Methods

Properties

Graph

Gets or sets the knowledge graph that contains the structured information.

public KnowledgeGraph Graph { get; set; }

Property Value

KnowledgeGraph

Index

Gets or sets the knowledge graph index used for organizing and retrieving information.

public KnowledgeGraphIndex Index { get; set; }

Property Value

KnowledgeGraphIndex