Vector store file batch
objectA batch of files attached to a vector store.
The identifier, which can be referenced in API endpoints.
The object type, which is always vector_store.file_batch.
Allowed values:vector_store.files_batch
The Unix timestamp (in seconds) for when the vector store files batch was created.
The ID of the vector store that the File is attached to.
The status of the vector store files batch, which can be either in_progress, completed, cancelled or failed.
Allowed values:in_progresscompletedcancelledfailed
Show Child Parameters
Vector store files
objectA list of files attached to a vector store.
The identifier, which can be referenced in API endpoints.
The object type, which is always vector_store.file.
Allowed values:vector_store.file
The total vector store usage in bytes. Note that this may be different from the original file size.
The Unix timestamp (in seconds) for when the vector store file was created.
The ID of the vector store that the File is attached to.
The status of the vector store file, which can be either in_progress, completed, cancelled, or failed. The status completed indicates that the vector store file is ready for use.
Allowed values:in_progresscompletedcancelledfailed
The last error associated with this vector store file. Will be null if there are no errors.
Show Child Parameters
One OfThe strategy used to chunk the file.
Show Child Parameters
Vector store
objectA vector store is a collection of processed files can be used by the file_search tool.
The identifier, which can be referenced in API endpoints.
The object type, which is always vector_store.
Allowed values:vector_store
The Unix timestamp (in seconds) for when the vector store was created.
The name of the vector store.
The total number of bytes used by the files in the vector store.
Show Child Parameters
The status of the vector store, which can be either expired, in_progress, or completed. A status of completed indicates that the vector store is ready for use.
Allowed values:expiredin_progresscompleted
The expiration policy for a vector store.
Show Child Parameters
The Unix timestamp (in seconds) for when the vector store will expire.
The Unix timestamp (in seconds) for when the vector store was last active.
Set of 16 key-value pairs that can be attached to an object. This can be
useful for storing additional information about the object in a structured
format, and querying for objects via API or the dashboard.
Keys are strings with a maximum length of 64 characters. Values are strings
with a maximum length of 512 characters.