Replies: 1 comment
-
|
Yes, we have also faced a similar issue with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've encountered a recurring issue with a
text-embedding-3-smalldeployment on Foundry. After a period of inactivity (a few hours), the model seems to enter a "deep sleep" state where it fails with a400 BadRequestError, claiming the operation is not supported for that model—even though it is a dedicated embedding model.The Error:
{ "error": { "code": "OperationNotSupported", "message": "The embeddings operation does not work with the specified model, text-embedding-3-small. Please choose different model and try again." } }Observations:
This suggests a potential issue with the deployment's lifecycle management or the routing metadata being lost during idle periods.
Logs for context:
Below is a trace showing the failure at
06:38followed by a success at07:05immediately after performing a "ghost save" on the deployment settings.Has anyone else experienced this behavior with the v3 embedding models on Foundry?
Beta Was this translation helpful? Give feedback.
All reactions