Enum State
States for the lifecycle of a Chunk.
public enum State
Fields
Active = 2Chunk is processed and available for querying.
Failed = 3Chunk failed processing.
PendingProcessing = 1Chunk is being processed (embedding and vector storage).
Unspecified = 0The default value. This value is used if the state is omitted.