Vector Stores are not retrievable via list all

Brief update: the team is still actively working on recovery (root-cause was a cloud SDK bug that led to an indexing backlog)

Recovery is complete, listing immediately after creation returns the created vector-store now. Would love to know if you still see issues.

4 Likes

Vector Stores are visible again, but now the application’s having trouble to use it’s Vector Store like it still isn’t there. I don’t know if it’s just me… All required conditions are met, nothing changed since the bug was ā€œintroducedā€ā€¦

ran into this. was only returning 100 results with has_more: false even though I know i’ve got tens of thousands of vectore stores.

the workaround is to lower the limit to something like 20 results per page. then I was able to retrieve the full list

Is the issue worked on or something ?
I still can’t list vector stores via the API, even with the limit parameter lower than 20.
I can’t see the vector stores in my OpenAI dashboard under the storage tab as well.
The API error is ā€˜Vector store not found’ with type ā€˜invalid_request_error’