Chatbot through OpenAI project not working when using external index based on external data.

Dirk Broenink 125 Reputation points
2024-04-02T13:56:55.37+00:00

I followed this tutorial:

https://learn.microsoft.com/en-us/azure/ai-studio/tutorials/deploy-chat-web-app

In step 11. of 'Add your data'. It gives me the following error:

'Invalid AzureCognitiveSearch configuration detected: No searchable fields in index'

Even though the index worked in previous versions when not following this tutorial, but on another AI project. So the index can not be wrong.

I connected the index externally:

User's image

According to the tutorial it should work, and it also worked in the other project. What could be going on here?

Thank you.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,087 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,854 questions
{count} votes

Accepted answer
  1. dupammi 8,465 Reputation points Microsoft Vendor
    2024-04-04T07:28:23.7166667+00:00

    Hi @Dirk Broenink

    I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.

    Issue: OpenAI Project - 'Add your data' giving the following error:

    'Invalid AzureCognitiveSearch configuration detected: No searchable fields in index'

    Solution: Removing the existing index and creating it again, solved the problem.

    If you have any other questions or are still running into more issues, please let me know.

    Thank you again for your time and patience throughout this issue.


    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Dirk Broenink 125 Reputation points
    2024-04-04T07:19:34.39+00:00

    I had to remove the existing index and create it again, that solved the problem.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.