VectorStoreFileBatch interface
A batch of files attached to a vector store.
Properties
| created |
The Unix timestamp (in seconds) for when the vector store files batch was created. |
| file |
Files count grouped by status processed or being processed by this vector store. |
| id | The identifier, which can be referenced in API endpoints. |
| object | The object type, which is always |
| status | The status of the vector store files batch, which can be either |
| vector |
The ID of the vector store that the file is attached to. |
Property Details
createdAt
The Unix timestamp (in seconds) for when the vector store files batch was created.
createdAt: Date
Property Value
Date
fileCounts
Files count grouped by status processed or being processed by this vector store.
fileCounts: VectorStoreFileCount
Property Value
id
The identifier, which can be referenced in API endpoints.
id: string
Property Value
string
object
The object type, which is always vector_store.file_batch.
object: "vector_store.files_batch"
Property Value
"vector_store.files_batch"
status
The status of the vector store files batch, which can be either in_progress, completed, cancelled or failed.
status: VectorStoreFileBatchStatus
Property Value
vectorStoreId
The ID of the vector store that the file is attached to.
vectorStoreId: string
Property Value
string