Table of Contents

Enum State

States for the lifecycle of a Chunk.

public enum State

Fields

Active = 2

Chunk is processed and available for querying.

Failed = 3

Chunk failed processing.

PendingProcessing = 1

Chunk is being processed (embedding and vector storage).

Unspecified = 0

The default value. This value is used if the state is omitted.