A batch of files attached to a vector store.
Name | Type | Description | Notes |
---|---|---|---|
id | String | The identifier, which can be referenced in API endpoints. | |
_object | ObjectEnum | The object type, which is always `vector_store.file_batch`. | |
createdAt | Integer | The Unix timestamp (in seconds) for when the vector store files batch was created. | |
vectorStoreId | String | The ID of the vector store that the File is attached to. | |
status | StatusEnum | The status of the vector store files batch, which can be either `in_progress`, `completed`, `cancelled` or `failed`. | |
fileCounts | VectorStoreFileBatchObjectFileCounts |
Name | Value |
---|---|
VECTOR_STORE_FILES_BATCH | "vector_store.files_batch" |
Name | Value |
---|---|
IN_PROGRESS | "in_progress" |
COMPLETED | "completed" |
CANCELLED | "cancelled" |
FAILED | "failed" |