azure-search-openai-demo icon indicating copy to clipboard operation
azure-search-openai-demo copied to clipboard

error while using AzureOpenAIEmbeddingSkill for integrated vectorization

Open aradhanachaturvedi opened this issue 1 year ago • 1 comments

I am trying to use integrated vector approach to chunk and store data and vectors in Azure AI search. I am able to use Text.SplitSkill successfully. However when I am trying to use AzureOpenAIEmbeddingSkill it creates an issue.

it gives following error -

Web Api response status: 'Forbidden', Web Api response details: '{"error":{"code":"403","message": "Access denied due to Virtual Network/Firewall rules."}}'

I have already embedding models deployed using Azure OpenAI. I am using it to generate embeddings manually. so access shouldn't be an issue .

I also tried to perform integrated vectorization through portal too ,but in portal I am getting some weird error.

But in portal when I am trying to use same model for integrated vectorized approach I get this issue. Attached is the screenshot.

1>Can you kindly let me know what can we do to avoid this issue . do we need to redeploy our models? 2>Will this TextSplit skill work with json documents too?or limited to pdfs?

Screenshot 2024-04-04 144325

aradhanachaturvedi avatar Apr 04 '24 19:04 aradhanachaturvedi

CC @mattgotteiner

tonybaloney avatar Apr 09 '24 08:04 tonybaloney