Getting error while using AI search created index in "Add Your Data" section in AI hub

Gaurav Rawal 20 Reputation points Microsoft Employee
2024-07-10T10:42:37.2833333+00:00

Hi,

I have created an index in Azure AI Search and trying to use in Azure AI Hub, in Add Your Data section in Chat. Getting the below error while reading the index created.

User's image

Has anyone come across this error and was able to resolve this?

Thanks.

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.
846 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,573 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,606 questions
0 comments No comments
{count} votes

Accepted answer
  1. Amira Bedhiafi 19,056 Reputation points
    2024-07-11T13:33:53.0066667+00:00

    This might be a bug as many people mentioned, but if the problem persists, try the following troubleshooting steps :

    First, ensure you have the necessary permissions on the resources you're accessing, such as the Storage Blob Data Contributor role if you're dealing with Blob Storage. https://learn.microsoft.com/en-us/answers/questions/1334548/add-your-data-azure-ai-studio-playground-with-erro

    Check your deployment name for underscores, as these can cause issues, and remove any if present.

    Verify that your documents contain text content; if they are stored as images, you need to add an imageAction to your indexer configuration and use an OCRSkill to extract text from those images for vectorization.

    https://learn.microsoft.com/en-us/answers/questions/1622854/search-service-to-ai-studio-index-source-causes-fa

    https://stackoverflow.com/questions/77766224/ms-azure-unable-to-create-an-index-in-ai-search-service

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful