Enum VectorizationPipelineTriggerType
- Namespace
 - FoundationaLLM.Common.Models.Vectorization
 
- Assembly
 - FoundationaLLM.Common.dll
 
Types of vectorization pipeline triggers.
public enum VectorizationPipelineTriggerType
  - Extension Methods
 
Fields
Event = 2The vectorization pipeline is triggered based on content change events (e.g., an existing file is updated or a new file is added).
Manual = 0The vectorization pipeline is triggered manually.
Schedule = 1The vectorization pipeline is triggered based on a regular schedule.