Table of Contents

Class DataPipelineTriggerParameterNames

Namespace
FoundationaLLM.Common.Constants.DataPipelines
Assembly
FoundationaLLM.Common.dll

Constants for well-known data pipeline trigger parameter names.

public static class DataPipelineTriggerParameterNames
Inheritance
DataPipelineTriggerParameterNames
Inherited Members

Fields

DataSourceContextFileContentAction

The content action for the ContextFile data source.

public const string DataSourceContextFileContentAction = "DataSource.ContextFile.ContentAction"

Field Value

string

DataSourceContextFileContextFileObjectId

The context file object identifier for the ContextFile data source.

public const string DataSourceContextFileContextFileObjectId = "DataSource.ContextFile.ContextFileObjectId"

Field Value

string

StageEmbedKnowledgeUnitObjectId

The knowledge unit object identifier for the embed stage.

public const string StageEmbedKnowledgeUnitObjectId = "Stage.Embed.KnowledgeUnitObjectId"

Field Value

string

StageIndexKnowledgeUnitObjectId

The knowledge unit object identifier for the index stage.

public const string StageIndexKnowledgeUnitObjectId = "Stage.Index.KnowledgeUnitObjectId"

Field Value

string

StageIndexVectorStoreId

The vector store identifier for the indexing stage.

public const string StageIndexVectorStoreId = "Stage.Index.VectorStoreId"

Field Value

string

StageRemovalKnowledgeUnitObjectId

The knowledge unit object identifier for the removal stage.

public const string StageRemovalKnowledgeUnitObjectId = "Stage.Removal.KnowledgeUnitObjectId"

Field Value

string

StageRemovalVectorStoreId

The vector store identifier for the removal stage.

public const string StageRemovalVectorStoreId = "Stage.Removal.VectorStoreId"

Field Value

string