You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to this issue: Add Dimension Parameter to Azure OpenAI Vectorizer Client #1445
we also want to specify the model parameter similar to the text2vec_openai .
Cauz as it seems, by default it sets the model to the small version, leading me to an error:
ERROR:root:Error setting up collection: Collection may not have been created properly.! Unexpected status code: 422, with response body: {'error': [{'message': "module 'text2vec-openai': wrong dimensions setting for text-embedding-3-small model, available dimensions are: [512 1536]"}]}.
While in my azure instance i have the large version running, making no sense to get the error .
Similar to this issue: Add Dimension Parameter to Azure OpenAI Vectorizer Client #1445
we also want to specify the
model
parameter similar to thetext2vec_openai
.Cauz as it seems, by default it sets the model to the
small
version, leading me to an error:While in my azure instance i have the
large
version running, making no sense to get the error .Confuguration:
The text was updated successfully, but these errors were encountered: