OpenAI Dashboard - Storage -> Vector Store Error

when i go to the vector stores page on the openai dashboard and select a vector store there is an error below ‘used by’:

An unexpected error occurred: Invalid URL (GET /v1/vector_stores/vs_684a88265a74819/
associations)

This error also shows on old, previously working stores. Also my api code cannot find the Vector stores anymore.

What is wrong? I see no status outages. Anybody else?

4 Likes

I can confirm the URL is down and 404, breaking the user interface for vector stores.

{
  "error": {
    "message": "Invalid URL (GET /v1/vector_stores/vs_12341234/associations)",
    "type": "invalid_request_error",
    "param": null,
    "code": null
  }
}

Did someone at OpenAI not understand what the API was for and press delete?


Additional - a single question to a vector store with only one file with 200 characters of placeholder text cost 2835 tokens in assistants. It seems OpenAI thinks use of vector stores is a place they can hide overbilling.

3 Likes

Good thing I don’t use Assistants and never have. Its broke.

“type”:
“file_search”
“file_search”:{
“ranking_options”:{
“ranker”:
“default_2024_08_21”
“score_threshold”:
0
}
“results”:
}

“It appears that the uploaded file, placeholder.txt, is empty and does not contain any information regarding the contents of a vector store.” says the AI. It seems run steps in the UI does not contain chunk data, to diagnose, though.

Another assistant and vector store returned results (even though the AI didn’t obey the “without re-sending”, for a 12000+ token follow-up call).

right, thanks for confirming. so we wait now…

1 Like

i got the same problem from today: An unexpected error occurred: Invalid URL (GET /v1/vector_stores/vs_684c

1 Like

2 Likes

yeah same issue here. I only started working on assistant yesterday… I wonder how long it’ll be before it’s back up and running.

1 Like

Thanks for flagging this @bragisdev - can you please share this and any additional information you’d like our team to factor specific to your instance to support@openai.com?

1 Like

Somewhat related, we haven’t been able to upload a .docx file to the assistant in about a month. Other files work fine (ie: PDF), and sometimes the .docx file will work if we try enough times, but usually it just fails.

Would also be nice to get some of the other many month old bugs fixed too:

An internal API endpoint that is necessary for the platform site to work is down, independently confirmed and fully-described. Why can’t you send your own email?

yeah true, the endpoint is down, its an issue caused by OpenAI for several Users on the Plattform, why the Users should now all write to the Support.
Its clear, really clear that that here is cause multiple issues for several users on the plattform.

It should be fixed as soon as possible from OpenAI Team, please refferer that Community OpenAI URL to the OpenAI Support, they should take a look in it.

Could you please advise? I’ve encountered a similar issue (An unexpected error occurred: Invalid URL (GET /v1/vector_stores/vs_68fbcb86a7848191bf0e1351b2df99c4/associations)—were you able to resolve it?

1 Like

I have the same issue. Can I ask for help?

1 Like

My vector stores have also been experiencing this now for the past 10 hours, breaking our automation, even though the OpenAI Status page says all system are operational.

How long does this sort of thing take before it’s fixed?

1 Like

Same for us:

An unexpected error occurred: Invalid URL (GET /v1/vector_stores//associations)

Guys, what should we do now? Is there no solution to this problem?

Same error as everyone else =/

I can’t even get the support bot to answer any questions or log a ticket, I’m getting: “There was an error while generating the assistant’s response.”

Hi, we’re looking into this! If you have request ids that would be helpful, feel free to DM/post them.

5 Likes

Hi @aprilc,

Currently encountering the same issue when attempting to attach any File to a Vector Store, have created fresh vector stores and used create_and_poll SDK method to ensure upload success, but associations endpoint always 404’s.

Some keys for you:

vector_store_id: vs_690005185ae081919a2c24583ed4e7dc
file_id: file-2A4ceep2ssShFk5mw99324
An unexpected error occurred: Invalid URL (GET /v1/vector_stores/vs_690005185ae081919a2c24583ed4e7dc/associations)

Couldn’t spot a request ID in the network headers, please advise if you need more info

1 Like