I have several assistants in the Dashboard. Two have them have vector stores that work throughthe Playground and my API app. Every assistant I create since these since can not find a vector store through the API, even though they work fine in teh playground. The came app code is used for all, 2 work, the rest don’t. There are no errors showing. Am I out of storage on my account - I’m tier 5.
Help!
Welcome drewanderson
Could you share any log and the exact time that these errors happened? This will help us to find a solution to you.
When I created my first assistants I had a problem similar to the one you presented.
So I started checking the content in JSON format of the API responses, I observed the consumption in tokens of each dialog, which was on average 3000 tokens. I also noticed that the maximum amount of tokens consumed was null. So I looked in the documentation for information on the maximum amount of tokens consumed in each dialog and found out that I could consume approximately 32000 tokens. I configured the maximum amount of tokens element with 32000 and that improved a lot.
Currently each dialog consumes on average 15000 to 18000 tokens.
I hope I helped.
Kind regards