Table of Contents

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

string

EntitiesEmbedding

The step for embedding entities within the knowledge graph.

public const string EntitiesEmbedding = "EntitiesEmbedding"

Field Value

string

EntitiesSummarization

The step for summarizing entities within the knowledge graph.

public const string EntitiesSummarization = "EntitiesSummarization"

Field Value

string

Publish

The step for publishing the knowledge graph to the Context API.

public const string Publish = "Publish"

Field Value

string

RelationshipsEmbedding

The step for embedding relationships within the knowledge graph.

public const string RelationshipsEmbedding = "RelationshipsEmbedding"

Field Value

string

RelationshipsSummarization

The step for summarizing relationships within the knowledge graph.

public const string RelationshipsSummarization = "RelationshipsSummarization"

Field Value

string