Table of Contents

Class DataPipelineStateFileNames

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

Constants for well-known data pipeline state file names.

public static class DataPipelineStateFileNames
Inheritance
DataPipelineStateFileNames
Inherited Members

Fields

ContentParts

The name of the file that contains the partitioned content parts of a content item.

public const string ContentParts = "content-parts.parquet"

Field Value

string

KnowledgeParts

The name of the file that contains the partitioned knowledge parts of a content item.

public const string KnowledgeParts = "knowledge-parts.parquet"

Field Value

string

Metadata

The name of the file that contains metadata about a content item.

public const string Metadata = "metadata.json"

Field Value

string

TextContent

The name of the file that contains the text content of a content item.

public const string TextContent = "content.txt"

Field Value

string