Vector Stores not processing, staying in progress

Are others having issues RN with uploading files, then attached to a new vector store, and it wont process, just stays as in progress ? even on tiny files, say 20bytes or something

OpenAI status page doesnt report any issues

2 Likes

Yes, as of 3 hours ago noticed the issue. Files upload fine but the indexing is stuck in progress

+1 vector stores broken. Multiple vector stores created with files and they stay in_progress indefinitely.

Same issue here - both API and manual uploads vectors on platform.openai.com are not successful.

A thread about this is posted already under API, but this is a critical bug and needs response. Files are failing to be added to vector store. File count on vector status shows files “in_progress” and status of vector store is “in_progress” indefinitely. Happens for ALL vector stores and files.

“file_counts”: {
“in_progress”: 2,
“total”: 2,
“cancelled”: 0,
“completed”: 0,
“failed”: 0
},
“metadata”: {},
“expires_at”: null,
“expires_after”: null,
“last_active_at”: 1762888744,
“usage_bytes”: 0,
“name”: null,
“created_at”: 1762888744,
“description”: null,
“id”: “vs_1234”,
“object”: “vector_store”,
“status”: “in_progress”

Also….how can status.openai.com show no problems with this? Aren’t you monitoring your own services?

Hello,

I have been testing the OpenAI API for vector store usage since today at 15:25 PM IST, but the file uploads have continuously failed.

I also attempted to use the Playground, but experienced the same issue. However, the file upload feature consistently fails—only polling occurs and no actual upload is completed.

Please assist in resolving this issue. Thank you.

Having the same issue. Worked earlier but now it does not work

1 Like

I’m experiencing persistent delays and incomplete uploads when adding files to vector stores via the API. Sometimes only a few files complete immediately, while the rest stay in in_progress for hours or never finish.

This behaviour is inconsistent — sometimes uploads are instant, and other times they hang indefinitely. It’s making my app unreliable in production.

Also getting issues, remains in status in_progress
Also files not appearing in the playground dashboard when doing it there either.

Thanks for merging threads openai, how about a basic response/acknowledgement of the issue is being worked on?

Vector storages are not working… Again!

Seems to be a recurrent issue. The status page does not mention anything

2 Likes

Yep, their status page is pretty worthless as they attempt to keep uptime numbers artificially high or don’t have monitors on the actual services? Many acknowledged failures on their part in the forums never show up on their status page as issues.

Same problem, I can’t upload any file to Vector Store via API.

Well….you finally failed all of the in_progress vector stores and new ones are still getting stuck in “in_progress” state.

1 Like

This complete failure of openai vector store for > 8 hours with zero acknowledgement is pretty amazing for a billion dollar company.

3 Likes

Same issue here. These failures also happen to occur on the same day we demoed our application to executives. Hugely disappointing.

I’ve literally spent hours debugging my code before I saw this thread. OpenAI status page is worthless.

3 Likes

Woot….finally got a single file to process through!

Same here, files by them self are uploading fine, but they are not attaching to vector stores.