Azure AI Search AzureOpenAIEmbeddingSkill "Concurrency conflict during operation"
I want to index a set of documents (actually only 5) from PDF. All I want to do is use the TextSplitSkill followed by AzureOpenAIEmbeddingSkill. Here is my Skillset template: { "name": "{{ skillSetName }}", "description": "Skillset to chunk documents…