Vector stores bug - Create and Update via API makes the stores disappear in the list

Hi all,
I’m facing a buggy behaviour in the vector stores APIs.

  • If I create a store via the web UI, the store gets created and it is visible both in the UI and also if I list the vector stores via CURL
  • If I update the store via CURL the store disappears from the UI and from the CURL response (List vector stores operation)
  • If I get the store by id via CURL, I get the details of the store

It is very hard to understand what’s going on. It seems like creating/updating a store via CURL is changing some internal status ad the List vector stores operation is filtering them out

Anybody having the same issue?
Anybody able to help?

1 Like

Some additional information: It looks like it is something related to project API keys. If I’m using a User API key in combination with the OpenAI-Project HTTP header, it seems to work