vector_store_file_batches
Overview
Name | vector_store_file_batches |
Type | Resource |
Id | openai.vector_stores.vector_store_file_batches |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The identifier, which can be referenced in API endpoints. |
created_at | integer | The Unix timestamp (in seconds) for when the vector store files batch was created. |
file_counts | object | |
object | string | The object type, which is always vector_store.file_batch . |
status | string | The status of the vector store files batch, which can be either in_progress , completed , cancelled or failed . |
vector_store_id | string | The ID of the vector store that the File is attached to. |
Methods
Name | Accessible by | Required Params |
---|---|---|
get_vector_store_file_batch | SELECT | batch_id, vector_store_id |
create_vector_store_file_batch | INSERT | vector_store_id, data__file_ids |
cancel_vector_store_file_batch | EXEC | batch_id, vector_store_id |