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
Extract
Extract the text from the content of the document.
public const string Extract = "extract"
  Field Value
Index
Persist vector embeddings into a vector index.
public const string Index = "index"
  Field Value
Partition
Partition the text into multiple chunks.
public const string Partition = "partition"
  Field Value
Methods
ValidateStepName(string)
Validates a given vectorization step name.
public static bool ValidateStepName(string stepName)
  Parameters
stepNamestringThe vectorization step name to be validated.