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
text = "This is a test document."
query_result = embeddings.embed_query(text)
Getting error on the execution of 'query_result = embeddings.embed_query(text)' line.
MODEL_TO_ENCODING variable is having all the encoding mapping against the real names of the models.
but we specify AzureDeploymentName of the the model in embeddings = OpenAIEmbeddings(model="SimilarityCurie001-AzureDeploymentName").
and the look up fails.
bkamapantula, bradleyfalzon, mlindemu, jeromemassot, trangdata and 1 more