CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 28: DP-800: Developing AI-Enabled Database Solutions

You have an Azure SQL database that contains a table named dbo.Products. dbo. Products contains three columns named Embedding, Category, and Price. The Embedding column is defined as VECTOR(1536). You use AI_GENERATE_EMBEDDINGS and VECTOR_SEARCH to support semantic search and apply additional filters on two columns na…

Nội dung câu hỏi

You have an Azure SQL database that contains a table named dbo.Products. dbo. Products contains three columns named Embedding, Category, and Price. The Embedding column is defined as VECTOR(1536). You use AI_GENERATE_EMBEDDINGS and VECTOR_SEARCH to support semantic search and apply additional filters on two columns named Category and Price. You plan to change the embedding model from text-embedding-ada-002 to text-embedding-3-small. Existing rows already contain embeddings in the Embedding column. You need to implement the model change. Applications must be able to use VECTOR_SEARCH without runtime errors. What should you do first?

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.

  1. A. Regenerate embeddings for the existing rows.
  2. B. Normalize the vector lengths before storing new embeddings.
  3. C. Convert the Embedding column to nvarchar(max).
  4. D. Create a vector index on dbo.Products.Embedding. — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề