Scoring Profile in Agentic AI Search

Brumpton, Joshua 0 Reputation points
2025-06-11T14:42:03.3966667+00:00

Do the Azure AI Search Agents that I create use the default scoring profile set for an index when retrieving results for each agent query?

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.
1,328 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2025-06-11T14:42:03.51+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    In Azure AI Search, the scoring profiles are applied during query execution, and they can be specified in the index designer or through APIs. However, the precise behavior regarding the use of scoring profiles depends on the API version used to create the index. If the index is created using the 2025-05-01-preview version, the scoring profile executes last. In contrast, if an earlier API version is used, scoring profiles are evaluated before semantic reranking.

    Therefore, the Azure AI Search Agents will utilize the scoring profile set for the index when retrieving results for each agent query, provided that the scoring profile is applicable to the fields involved in the query.


    References:

    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.