azure-search-vector-samples icon indicating copy to clipboard operation
azure-search-vector-samples copied to clipboard

Indexer failed when running AzureOpenAIEmbeddingSkill

Open LinYe0227 opened this issue 11 months ago • 5 comments

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!

LinYe0227 avatar Feb 29 '24 20:02 LinYe0227

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

mattgotteiner avatar Mar 01 '24 21:03 mattgotteiner

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.

LinYe0227 avatar Mar 01 '24 21:03 LinYe0227

Hi can you please share your service name

mattgotteiner avatar Mar 01 '24 21:03 mattgotteiner

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

sanket98a avatar Apr 13 '24 17:04 sanket98a

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

tahsinac36 avatar Sep 11 '24 17:09 tahsinac36