The Unix timestamp (in seconds) for when the vector store file was created.
The identifier, which can be referenced in API endpoints.
The last error associated with this vector store file. Will be null
if there
are no errors.
The object type, which is always vector_store.file
.
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.
The total vector store usage in bytes. Note that this may be different from the original file size.
The ID of the vector store that the File is attached to.
Optional
chunking_The strategy used to chunk the file.
A list of files attached to a vector store.