Azure AI Semantic search/hybrid search: conversational query returns results influenced by generic terms (“books”) instead of topic (“anatomy”)
Summary The issue at hand is that conversational queries in Azure AI Search are returning results influenced by generic terms (e.g., “books”) instead of focusing on the topic intent (e.g., “anatomy”). This is happening despite using semantic search and vector search configurations. Root Cause The root cause of this issue is that the search algorithm … Read more