Optional
options: RequestOptions<unknown>Create a vector store file batch.
Optional
options: RequestOptions<unknown>Create a vector store batch and poll until all files have been processed.
Optional
options: RequestOptions<unknown> & { Returns a list of vector store files in a batch.
Optional
query: FileBatchListFilesParamsOptional
options: RequestOptions<unknown>Optional
options: RequestOptions<unknown>Wait for the given file batch to be processed.
Note: this will return even if one of the files failed to process, you need to check batch.file_counts.failed_count to handle this case.
Optional
options: RequestOptions<unknown> & { Retrieves a vector store file batch.
Optional
options: RequestOptions<unknown>Uploads the given files concurrently and then creates a vector store file batch.
The concurrency limit is configurable using the maxConcurrency
parameter.
Optional
fileOptional
options: RequestOptions<unknown> & {
Cancel a vector store file batch. This attempts to cancel the processing of files in this batch as soon as possible.