Câu 7: DP-800: Developing AI-Enabled Database Solutions
You have an Azure SQL database named SalesDB that contains a table named dbo.Articles. dbo. Articles contains two million articles with embeddings. The articles are updated frequently throughout the day. You query the embeddings by using VECTOR_SEARC H. Users report that semantic search results do NOT reflect the upda…
Nội dung câu hỏi
You have an Azure SQL database named SalesDB that contains a table named dbo.Articles. dbo. Articles contains two million articles with embeddings. The articles are updated frequently throughout the day. You query the embeddings by using VECTOR_SEARC H. Users report that semantic search results do NOT reflect the updates until the following day. You need to ensure that the embeddings are updated whenever the articles change. The solution must minimize CPU usage on SalesD B. Which embedding maintenance method should you implement?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. Modify the query to use VECTOR_DISTANCE instead of VECTOR_SEARCH.
- B. Enable change data capture (CDC) on dbo.Articles and use an Azure Functions app to process CDC changes. — đáp án hiện tại
- C. Run an hourly Transact-SQL job that regenerates embeddings for all the rows in dbo.Articles.
- D. On dbo.Articles, create a trigger that calls AI_GENERATE_EMBEDDINGS for each inserted or updated row.
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.