Share via

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

lakshmi 821 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.

Azure OpenAI in Foundry Models

Answer accepted by question author

  1. Charlie Wei 3,335 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!

    Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

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