Vector stores API is failing again:
Uploading files on the Vector stores using API/Platform is failing. The status is forever in_progress
See my topic a few posts below your own
Saw it! This is not the first time⦠Vector store API fails a lot, and sometimes for days
Yep - failure in attaching a file to a vector store.
Polling gave status in_progressā¦
Traceback (most recent call last):
File ā\vs_metadata_demo-poller.pyā, line 64, in
file1_id = upload_attach_poll(vs_id, file=filename, suffix=āā)
File ā\vs_metadata_demo-poller.pyā, line 59, in upload_attach_poll
raise TimeoutError(f"file {file_id} remained āin_progressā after {max_retries} retries")
TimeoutError: file file-DVcZnfif46mJXyy6wRNq1R remained āin_progressā after 30 retries
A minute for bum-diddly non-progressing status. Failure on attaching a .py needing no special extraction, and ideally no deep inspection (the script uploads itself).
Result: API platform wide āchat with this fileā broken.
I just saw this topic and tried to reproduce the issue, but everything works as expected on my end. File uploads, vector store creation, and adding files to vector stores all completed without errors.
Are you still experiencing this problem?
Ridiculously slow, but didnāt timeout now.
Happening again, timeout on attach files
I have the same issue too.
Hello everyone,
we are working with vector stores via make(com) and upload files to there. I even tried to upload the files by myself, but it just shows āupload failedā. Is anything known right now?
Thanks for looking into it.
Tom
//edit: And while I am still here: Why I can only upload .pdf but not .PDF - this doesnt make any sense to me⦠we always have to rename files firstā¦
Iāve raised this with the team, but I canāt confirm it myself at this point.
Thanks for flagging this. If you can share any request IDs, that would help with investigating the issue.
Vector stores seem to be working okay, not polling forever with a stuck status like yesterdayās fault.
One issue persists where the API has broken its ācontractā and the SDKās built in upload-and-poll method that worked before to make an immediate status call against a file ID became āfailsā - file IDs are not immediately available in a vector store attachment listing, not even with an āin_progressā status.
Watch this monitoring keeping
ā Creating vector store
create ok: vs_id=vs_69625c7c5c4c81919bb4b912cd672739
ā Uploading file: vs_metadata_demo.py
upload ok: file_id=file-R39d3oZhtqPvkE3LJK5xSY
ā Attaching file to vector store: vs_id=vs_69625c7c5c4c81919bb4b912cd672739 file_id=file-R39d3oZhtqPvkE3LJK5xSY
attach ok: vs_file_id=file-R39d3oZhtqPvkE3LJK5xSY
ā Listing check (immediate after attach (file1)): expecting file_id=file-R39d3oZhtqPvkE3LJK5xSY
listing mismatch: file is NOT present (count=0)
ā Listing check (after 2s delay (file1)): expecting file_id=file-R39d3oZhtqPvkE3LJK5xSY
listing ok: file is present (count=1)
ā Polling vector store file status: vs_id=vs_69625c7c5c4c81919bb4b912cd672739 file_id=file-R39d3oZhtqPvkE3LJK5xSY
polling attempt 1/30: status=completed
poll ok: terminal status=completed
ā File1 ready: file_id=file-R39d3oZhtqPvkE3LJK5xSY
This āslowā API vector store attachment behavior will break code when you havenāt written your own poller that awaits a file ID to even exist. That could damage other applications of providers that havenāt adapted to this pattern.
Note for good communication:
Hey @VeitB any news? Seems to be working better now, I thinkā¦
No updates from my side yet. Thanks for checking back and confirming that things are working for you now.
@Dmitry_Shaurov @TomKay
How is it looking on your end? Are you still experiencing this issue?
Better that this morning but not as good as several days ago.
1k small (<10 KB) documents
earlier this week: ~ 30 min
this morning: ~ 5-6h
now: ~ 1h
Total stand still. Nothing happens since Jan 10, 2026, 10:22 PM
Hey everyone, Apologies for the inconvenience. Would anybody from the thread can open a support request with us at support@openai.com. Since we are not able to reproduce the issue, we might need some further details and so having a support request with us will help us gain those details. Please make sure to provide your forum username and a link to this thread in your request. Further, if possible share the case id here with us so we can track it. Thank you!
Will write a message to you in a bit, also sharing the vectorstore-id.
@Prashant_Pardesi I have sent an email just a minute ago.