Optional
options: RequestOptions<unknown>Attach a file to the given vector store and wait for it to be processed.
Optional
options: RequestOptions<unknown> & { Delete a vector store file. This will remove the file from the vector store but the file itself will not be deleted. To delete the file, use the delete file endpoint.
Optional
options: RequestOptions<unknown>Returns a list of vector store files.
Optional
query: OpenAIClient.Beta.VectorStores.Files.FileListParamsOptional
options: RequestOptions<unknown>Optional
options: RequestOptions<unknown>Wait for the vector store file to finish processing.
Note: this will return even if the file failed to process, you need to check file.last_error and file.status to handle these cases
Optional
options: RequestOptions<unknown> & { Retrieves a vector store file.
Optional
options: RequestOptions<unknown>Upload a file to the files
API and then attach it to the given vector store.
Note the file will be asynchronously processed (you can use the alternative polling helper method to wait for processing to complete).
Optional
options: RequestOptions<unknown>Add a file to a vector store and poll until processing is complete.
Optional
options: RequestOptions<unknown> & {
Create a vector store file by attaching a File to a vector store.