Forbidden error with vector embedding skill in Azure AI Search Index

A Aathithya 25 Reputation points
2024-04-15T13:49:56.6533333+00:00

Hi,

I'm currently working with the Azure AI search index and trying to implement vector embedding skills as outlined in the GitHub repository at https://github.com/Azure/azure-search-vector-samples.git. Despite following all the provided steps, I'm encountering a 403 Forbidden error specifically when I try to use the vectorization endpoint. The full error message is as follows: "Could not complete vectorization action. The vectorization endpoint returned status code '403' (Forbidden)." Here are some additional details:

AI search and OpenAI are in private endpoint.

I can successfully create a semantic index, which suggests that the issue is specific to the vectorization process. I'm unsure what might be causing this error or how to troubleshoot it effectively. Has anyone else experienced a similar issue, or does anyone have insights into potential causes or solutions? Any help or guidance on this matter would be greatly appreciated. Thank you!

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
711 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
944 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 16,011 Reputation points
    2024-04-16T22:33:17.5866667+00:00

    Hi @A Aathithya this was a known issue and based on this Stack Overflow threadthe issue will be resolved in a week. This was an issue in the current version of the Search and AOAI service communication.

    Here are two workarounds that can help:

    Turn off trusted access in firewall rules

    For a S2 service, use SPL (documentation: Connect through a shared private link - Azure AI Search) to connect to AOAI.

    For a service that is not S2, add the search IP address to the AOAI firewall rules (documentation: Connect through firewalls - Azure AI Search)

    Best,

    Grace

    0 comments No comments