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?