A healthcare company is building a chatbot to answer patient queries based on their medical documents stored in Cloud Storage. They want to minimize latency and ensure data residency in the EU. Which Vertex AI service should they use?
Trap 1: Vertex AI Model Garden with fine-tuning
Fine-tuning customizes models but does not index documents for retrieval.
Trap 2: Vertex AI Agent Builder with web search
Web search uses public data, not private documents.
Trap 3: Vertex AI Codey APIs
Codey is for code generation, not document Q&A.
- A
Vertex AI Model Garden with fine-tuning
Why wrong: Fine-tuning customizes models but does not index documents for retrieval.
- B
Vertex AI Search with document grounding
Supports private document indexing and data residency controls.
- C
Vertex AI Agent Builder with web search
Why wrong: Web search uses public data, not private documents.
- D
Vertex AI Codey APIs
Why wrong: Codey is for code generation, not document Q&A.