Files
Create vector store file
$ openai vector-stores:files create
POST/vector_stores/{vector_store_id}/files
Update vector store file attributes
$ openai vector-stores:files update
POST/vector_stores/{vector_store_id}/files/{file_id}
Retrieve vector store file
$ openai vector-stores:files retrieve
GET/vector_stores/{vector_store_id}/files/{file_id}
Delete vector store file
$ openai vector-stores:files delete
DELETE/vector_stores/{vector_store_id}/files/{file_id}
Retrieve vector store file content
$ openai vector-stores:files content
GET/vector_stores/{vector_store_id}/files/{file_id}/content