Table of Contents

Enum DocumentImportPhase

Namespace
LMKit.Retrieval.Events
Assembly
LM-Kit.NET.dll

Defines the phases of document import operations.

public enum DocumentImportPhase

Fields

PageProcessingStarted = 0

A page has started processing.

PageProcessingCompleted = 1

A page has completed processing.

EmbeddingStarted = 2

Embedding generation has started.

EmbeddingCompleted = 3

Embedding generation has completed.