QuestionQ32

Implement AI capabilities in database solutions

You have an Azure SQL database containing a table named knowledge_base. knowledge_base stores human resources (HR) policy documents and has columns named title, content, category, and embedding.

You have an application named App1. App1 queries two relational tables, employee_profiles and benefits_enrollment, that contain HR data. App1 hosts a chatbot that calls a large language model (LLM) directly.

Users report that the chatbot correctly answers general HR questions, but gives outdated or incorrect answers when policies change. It also cannot answer questions that refer to internal policy documents by title or category.

You need to recommend a Retrieval Augmented Generation (RAG) solution that resolves the chatbot issues.

What should you recommend?

Community Discussion

No comments yet. Be the first to start the discussion!