Enum State
States for the lifecycle of a Chunk.
Namespace: Glitch9.AIDevKit.Google
Assembly: .dll
Syntax
public enum State
Fields
Name | Description |
---|---|
Active | Chunk is processed and available for querying. |
Failed | Chunk failed processing. |
PendingProcessing | Chunk is being processed (embedding and vector storage). |
Unspecified | The default value. This value is used if the state is omitted. |