Enum State
States for the lifecycle of a Chunk.
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.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. |