79395865

Date: 2025-01-29 06:27:36
Score: 1
Natty:
Report link

in openai create file api, we were using streamed file and the file url from which we were streaming did not had access of streaming, so we were using corrupted file and were giving that fileId to our vector store. and this was the reason for assistants failing to read files.

we resolved this issue by using file buffering instead of streaming.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: Junaid Shaikh