Skip to content

2024-03-20: New settings for minimum search score for search results

Choose a tag to compare

@pamelafox pamelafox released this 20 Mar 16:13
· 357 commits to main since this release
ccf2494

This release includes a new feature to restrict the search results based on the minimum score, via a new option in Developer Settings and new POST parameters. You can learn more about search scoring here:
https://learn.microsoft.com/azure/search/hybrid-search-ranking#scores-in-a-hybrid-search-results
You may want to experiment with scoring thresholds if you find that the search results are not always relevant. Reminder that you can use the evaluator tools to see differences in app settings:
https://github.com/Azure-Samples/ai-rag-chat-evaluator

What's Changed

  • Update chatreadretrieveread.py (Typo "Azure Open AI"→"Azure OpenAI") by @hyoshioka0128 in #1443
  • Update retrievethenread.py (Typo "Azure Open AI"→"Azure OpenAI") by @hyoshioka0128 in #1447
  • Bump the github-actions group with 1 update by @dependabot in #1439
  • Add minimum score criteria for AI search results by @sogue in #1417

Full Changelog: 2024-03-18...2024-03-20