Hello there !
I’m encountering an issue with the OpenAI API that i can’t quite explain, and i’m wondering if anyone else has experienced something similar.
In my usage graphs i’ve noticed that the Retrieval API’s storage is consuming resources, even when i’m not actively using the API :
However, at the same time, there seems to be no associated cost in terms of pricing:
When I dug deeper into the requests made to the API (e.g., on December 31), I found that a vector was being used:
When checking the last time used for this vector:
The timestamp (1728652901
) corresponds to: Friday, 11 October 2024, 13:21:41.
This doesn’t make any sense ?
Sometimes it’s the same vector that uses the same quantity every hour :
And spoiler :
It doesn’t even exist !
I’m totally lost here. Has anyone else encountered this issue or knows what might be happening? Even a partial explanation or guess would be greatly appreciated!