Files
Retrieve vector store file content
GET/vector_stores/{vector_store_id}/files/{file_id}/content
Create vector store file
POST/vector_stores/{vector_store_id}/files
Delete vector store file
DELETE/vector_stores/{vector_store_id}/files/{file_id}
List vector store files
GET/vector_stores/{vector_store_id}/files
Retrieve vector store file
GET/vector_stores/{vector_store_id}/files/{file_id}
Update vector store file attributes
POST/vector_stores/{vector_store_id}/files/{file_id}