QuestionQ30
Implement AI capabilities in database solutionsYou need to design a generative AI solution that uses a Microsoft SQL Server 2025 database named DB1 as its data source. The solution must generate responses that meet these requirements:
- Are grounded in the most recent transactional and reference data stored in DB1
- Do NOT require retraining or fine-tuning of the language model when the data changes
- Can include citations or references to the source data used in the response
Which scenario is the best use case for implementing a Retrieval Augmented Generation (RAG) pattern? More than one answer choice may achieve the goal. Select the BEST answer.
Community Discussion