You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: Azure AI Search Returns Results for Garbage or Random Words.
I just wanted to know what is the right way of using query rewrite or regular semantic hybrid search with non query rewriting on how I can automatically avoid lot of these results for really bad and no related words such as 'aaaa' or 's*x' or any such un related words.
I though of using the re-ranking score but even for word like 'xxxxxx' reranking score is greater than 2.5. If I use threshold like 2 then these results also pop up, if I use 2.5 as threshold then even for good search query lot of matching results are lost.
Documents
I have 40 documents in the search index. Each document contains a product title and description.
Queries When Results Are Not Expected
Try 1: Using the Older Version of Azure AI Search Without Recent Query Rewrite
Problem: Azure AI Search Returns Results for Garbage or Random Words.
I just wanted to know what is the right way of using query rewrite or regular semantic hybrid search with non query rewriting on how I can automatically avoid lot of these results for really bad and no related words such as 'aaaa' or 's*x' or any such un related words.
I though of using the re-ranking score but even for word like 'xxxxxx' reranking score is greater than 2.5. If I use threshold like 2 then these results also pop up, if I use 2.5 as threshold then even for good search query lot of matching results are lost.
Documents
I have 40 documents in the search index. Each document contains a product title and description.
Queries When Results Are Not Expected
Try 1: Using the Older Version of Azure AI Search Without Recent Query Rewrite
(Refer: [Azure AI Search Query Rewrite Documentation](https://learn.microsoft.com/en-us/azure/search/semantic-how-to-query-rewrite))
Scenarios Inside This Try
Case A: Just Semantic Search
Case B: Semantic Hybrid Search
Decision: Use regular semantic search due to errors caused by Semantic Hybrid Search.
Try 2: Newer Version of Azure AI Search Including Query Rewriting
(Refer: [Azure AI Search Query Rewrite Documentation](https://learn.microsoft.com/en-us/azure/search/semantic-how-to-query-rewrite))
Scenarios Inside This Try
Case A: Just Semantic Search + Query Rewrite
Case B: Semantic Hybrid Search + Query Rewrite
The text was updated successfully, but these errors were encountered: