Skip to content

2025-03-19: Query rewriting from Azure AI Search

Compare
Choose a tag to compare
@pamelafox pamelafox released this 19 Mar 23:44
· 3 commits to main since this release
62f8b58

This release adds a new optional feature, the query rewriting option from Azure AI Search. This is distinct from the already existing query rewriting step in our RAG flows, which incorporates conversation history. The query rewriting from Azure AI Search focuses on expanding the query to semantically similar queries that can improve retrieval.

Learn more from the search team in this blog post:
https://techcommunity.microsoft.com/blog/azure-ai-services-blog/raising-the-bar-for-rag-excellence-query-rewriting-and-new-semantic-ranker/4302729

Enable the feature following the documentation:
https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/deploy_features.md#enabling-query-rewriting

What's Changed

New Contributors

Full Changelog: 2025-02-20...2025-03-19