Is there any API available to directly connect to Azure ai search index

lakshmi 631 Reputation points
2024-05-16T17:59:16+00:00

In Azure AI search, we have an search explorer option where we can search a question and get the answer with a confidence score as below. Do we have REST API's or .net packages available to access azure search the using the index name?

User's image

We have open ai packages available, but its not giving the confidence score of the question we have answered

If we have an search API , then we can use that API to fetch the data and rephrase using open ai and give it to user so that we can restrict lower confidence score data from the index to user.

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

Accepted answer
  1. Charlie Wei 3,150 Reputation points
    2024-05-17T06:38:18.1233333+00:00

    Hello lakshmi,

    The following two Microsoft Learn documents are provided to you.

    1. Azure AI Search REST API reference
    2. How to use Azure.Search.Documents in a C# .NET Application

    Best regards,
    Charlie


    If you find my response helpful, please consider accepting this answer and voting yes to support the community. Thank you!


0 additional answers

Sort by: Most helpful