Share via


VectorStoreFileBatchOutput interface

A batch of files attached to a vector store.

Properties

createdAt

The Unix timestamp (in seconds) for when the vector store files batch was created.

fileCounts

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 vector_store.file_batch.

status

The status of the vector store files batch, which can be either in_progress, completed, cancelled or failed.

Possible values: "in_progress", "completed", "cancelled", "failed"

vectorStoreId

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: VectorStoreFileCountOutput

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.

Possible values: "in_progress", "completed", "cancelled", "failed"

status: string

Property Value

string

vectorStoreId

The ID of the vector store that the file is attached to.

vectorStoreId: string

Property Value

string