Table of Contents

Class VectorizationSteps

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

Core FoundationaLLM vectorization step names.

public class VectorizationSteps
Inheritance
VectorizationSteps
Inherited Members
Extension Methods

Fields

Embed

Embed text chunks into a latent vector space.

public const string Embed = "embed"

Field Value

string

Extract

Extract the text from the content of the document.

public const string Extract = "extract"

Field Value

string

Index

Persist vector embeddings into a vector index.

public const string Index = "index"

Field Value

string

Partition

Partition the text into multiple chunks.

public const string Partition = "partition"

Field Value

string

Methods

ValidateStepName(string)

Validates a given vectorization step name.

public static bool ValidateStepName(string stepName)

Parameters

stepName string

The vectorization step name to be validated.

Returns

bool

Exceptions

ArgumentException