QuestionQ25
Optimize generative AI systems and model performanceYou administer a Retrieval-Augmented Generation (RAG) system that uses Azure AI Search to retrieve documents from an indexed knowledge base.
The system must support these retrieval requirements:
- Queries containing exact policy identifiers must return the matching documents even when semantic similarity is low.
- Natural-language questions must prioritize semantically relevant documents even when keywords are not exact matches.
Configure the retrieval approach to meet these requirements.
Select
Exact identifier matching
Natural-language relevance
Community Discussion