Hello everyone.
Today I’m facing with a problem with file upload (xlsx, csv)
Does anybody else experiencing the same issue today?
He doesn’t accept any of these formats.
Hello everyone.
Today I’m facing with a problem with file upload (xlsx, csv)
Does anybody else experiencing the same issue today?
He doesn’t accept any of these formats.
Had a similar issue attempting to upload .csv files for some code generation assistant I built. Attempting to upload the file directly, as well as add the .csv to an existing vector store ended in error. Even with a file extension change to .txt didn’t help. Ended up just dealing with those file types myself.
In fact it is stated in the api docs that .csv files are not allowed:
https://platform.openai.com/docs/assistants/tools/file-search
Why is this?
openai.BadRequestError: Error code: 400 - {‘error’: {‘message’: ‘Files with extensions [.csv] are not supported for retrieval. See https://platform.openai.com/docs/assistants/tools/file-search/supported-files’, ‘type’: ‘invalid_request_error’, ‘param’: ‘file_ids’, ‘code’: ‘unsupported_file’}}