Databricks Certified Generative AI Engineer Associate — Question 12

A Generative AI Engineer is building a Generative AI system that suggests the best matched employee team member to newly scoped projects. The team member is selected from a very large team. The match should be based upon project date availability and how well their employee profile matches the project scope. Both the employee profile and project scope are unstructured text.
How should the Generative Al Engineer architect their system?

Answer options

Correct answer: D

Explanation

Option D is correct because it utilizes a vector store to embed team profiles, allowing effective retrieval based on the project scope, which aligns with the requirement for matching profiles with unstructured text. Options A and C focus on retrieval but do not incorporate the advantages of vector embeddings as effectively as D. Option B, while using keyword extraction, does not leverage the full potential of unstructured data matching through embeddings.