I have lost all my vector stores suddenly. And I can’t create new ones, either in the Vector stores area or when creating a new Assistant.
Is this definitive? It just shattered my trust in OpenAI as a technological partner.
I have lost all my vector stores suddenly. And I can’t create new ones, either in the Vector stores area or when creating a new Assistant.
Is this definitive? It just shattered my trust in OpenAI as a technological partner.
Hi. I have the same problem. Did you manage it ?
Same here… “Could not attach files to vector store: undefined”"
Ditto. Also seeing GET /v1/vector_stores giving an odd pagination response of “has_more: true” while not giving any data
{
"object": "list",
"data": [],
"first_id": null,
"last_id": null,
"has_more": true
}
The same issue with me: Could not attach files to vector store: undefined assistant open ai for my assistant.
Is there any work around? Any response from OpenAI about this issue? This is critical service failure that is causing grief for our customers.
Probably working for you now.
A quick test to see you’ve got one:
from openai import OpenAI; import json
c = OpenAI()
print(json.dumps(c.beta.vector_stores.list().data[0].model_dump(),
indent=3))
Seems to be back online now. At trade show doing demo today so hopefully this will be stable. Thanks.
Nope, file search API seems to be intermittent and not reliable today!