FilesBatch
@Serializable
A batch of files attached to a vector store.
Constructors
Link copied to clipboard
constructor(id: BatchId, createdAt: Long, vectorStoreId: VectorStoreId, status: Status, fileCounts: FileCounts)
Properties
Link copied to clipboard
Files that are currently being processed.
Link copied to clipboard
The status of the vector store files batch, which can be either Status.InProgress, Status.Completed, Status.Cancelled or Status.Failed.
Link copied to clipboard
The ID of the vector store that the File is attached to.