I have a question, is there an easy way for me to see what applications could be using this without looking into the code. I think we have 3-5 demos/things we use and would like to reach out to the developers to ensure we’re good.
List all your assistants.
That would indicate that they had been used with retrieval in the past.
New vector stores were auto-created for old Assistants at the introduction of v2. Therefore you can’t look at that without more insight into what you’d been doing or what to expect.
If you want to get really dirty, you could use a browser session token to list all the threads by pagination and start digging into their contents and steps. That API operation is extremely slow, though.
Thanks for this. I guess ultimately if we don’t have an OpenAI Assistant built, it won’t hit us right? We call APIs to do stuff from our own code… Is that right?
You can use Assistants with your own code - that’s what the API is for.
If you are exclusively using chat completions, then it wouldn’t matter if the whole assistants endpoint was shut down for good.