Class KnowledgeGraphBuildingSteps
- Namespace
 - FoundationaLLM.Plugins.DataPipeline.Constants
 
- Assembly
 - FoundationaLLM.DataPipelinePlugins.dll
 
Constants for the steps involved in building a knowledge graph within a data pipeline.
public static class KnowledgeGraphBuildingSteps
  - Inheritance
 - 
      
      KnowledgeGraphBuildingSteps
 
- Inherited Members
 
Fields
CoreStructure
The step for building the core structure of the knowledge graph.
public const string CoreStructure = "CoreStructure"
  Field Value
EntitiesEmbedding
The step for embedding entities within the knowledge graph.
public const string EntitiesEmbedding = "EntitiesEmbedding"
  Field Value
EntitiesSummarization
The step for summarizing entities within the knowledge graph.
public const string EntitiesSummarization = "EntitiesSummarization"
  Field Value
Publish
The step for publishing the knowledge graph to the Context API.
public const string Publish = "Publish"
  Field Value
RelationshipsEmbedding
The step for embedding relationships within the knowledge graph.
public const string RelationshipsEmbedding = "RelationshipsEmbedding"
  Field Value
RelationshipsSummarization
The step for summarizing relationships within the knowledge graph.
public const string RelationshipsSummarization = "RelationshipsSummarization"