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
Index
Gets or sets the knowledge graph index used for organizing and retrieving information.
public KnowledgeGraphIndex Index { get; set; }