Azure / Azure/azure-search-vector-samples
Indexer failed when running AzureOpenAIEmbeddingSkill
- Dominant language
- Jupyter Notebook
- Stars
- 910
- Forks
- 377
- PR merge metrics
- No merged PRs in 30d
Description
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!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the Python Azure AI Search integrated vectorization sample and reproduce the indexer creation step using the configuration described in the issue. Trace the AzureOpenAIEmbeddingSkill request that triggers the one-input limit, then update or document the sample so indexer creation no longer fails or clearly explains the supported limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, python
- Domain
- cloud, search
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100