Forum Discussion
rstudent07
Mar 16, 2025Copper Contributor
Azure AI Search - Tag Scoring profile on azureopenai extra_body
I created an index on Azure AI Search and connected it to Azure OpenAI using the extra_body. It works perfectly. However, I created a default scoring profile for my index, which boosts documents cont...
saeedullahshah00
Apr 24, 2025Copper Contributor
It seems like the issue you're facing with Azure AI Search and scoring profiles is related to missing or mismatched scoringParameter values in your query. When you use a custom scoring profile, like boosting documents based on certain keywords, Azure expects you to pass a scoringParameter. If you're still having trouble, double-check your query parameters and ensure they match what is defined in your scoring profile. For more detailed insights into optimizing search functionalities, you can visit cartea for additional resources and solutions.