PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #307
Your organization's employee onboarding team wants you to build an interactive self-help tool for new employees. The tool needs to receive queries from users and provide answers from the organization'
The correct answer is C. Use Vertex AI Agent Builder to create an agent. Securely index the organization's internal. Vertex AI Agent Builder is specifically designed for building conversational AI agents quickly with minimal overhead. It allows for secure indexing of internal documents, making them accessible for semantic query resolution. By indexing the internal documentation in the agent's d
Question
Options
- ACreate a custom chatbot user interface hosted on App Engine. Use Vertex AI to fine-tune a Gemini
- BDeploy an internal website to a Google Kubernetes Engine (GKE) cluster. Build a search index by
- CUse Vertex AI Agent Builder to create an agent. Securely index the organization's internal
- DDeploy an internal website to a Google Kubernetes Engine (GKE) cluster. Organize the relevant
How the community answered
(50 responses)- A4% (2)
- B8% (4)
- C76% (38)
- D12% (6)
Explanation
Vertex AI Agent Builder is specifically designed for building conversational AI agents quickly with minimal overhead. It allows for secure indexing of internal documents, making them accessible for semantic query resolution. By indexing the internal documentation in the agent's datastore, the system can provide grounded and accurate responses to user queries based on the organization's documentation. This approach minimizes the maintenance overhead as the Agent Builder handles much of the complexity, including semantic search and conversational
Topics
Community Discussion
No community discussion yet for this question.