Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indexer failed when running AzureOpenAIEmbeddingSkill #190

Open
LinYe0227 opened this issue Feb 29, 2024 · 5 comments
Open

Indexer failed when running AzureOpenAIEmbeddingSkill #190

LinYe0227 opened this issue Feb 29, 2024 · 5 comments

Comments

@LinYe0227
Copy link

Hi, I'm following python Azure AI Search integrated vectorization sample with exact same configuration.
The indexer creation step failed with
Operation: "Enrichment.AzureOpenAIEmbeddingSkill.#2"
Message "Could not execute skill because the Web Api request failed"
Details:Web Api response status: 'BadRequest', Web Api response details: '{
"error": {
"message": "Too many inputs. The max number of inputs is 1. We hope to increase the number of inputs per request soon. Please contact us through an Azure support request at: https://go.microsoft.com/fwlink/?linkid=2213926 for further questions.",
"type": "invalid_request_error",
"param": null,
"code": null
}
}
'
Can you please provide any potential solutions? Thanks!

@mattgotteiner
Copy link
Member

Thanks, what embedding model are you using? Can you please try with text-embedding-ada-002?

@LinYe0227
Copy link
Author

Yes, I am using text-embedding-ada-002, which is giving me the error above. I also tried text-embedding-ada-002-v2, got the same error.

@mattgotteiner
Copy link
Member

Hi can you please share your service name

@sanket98a
Copy link

Web Api response status: 'BadRequest', Web Api response details: '{
"error": {
"message": "Too many inputs. The max number of inputs is 1. We hope to increase the number of inputs per request soon. Please contact us through an Azure support request at: https://go.microsoft.com/fwlink/?linkid=2213926 for further questions.",
"type": "invalid_request_error",
"param": null,
"code": null
}
}
'

Same error i am also facing. anyone's prompt attention highly appreciated

@tahsinac36
Copy link

Running into the same issue as well with ada-002. Do we have any resolution for this now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants