A retail company wants to build an internal knowledge base chatbot using Vertex AI. They need to ensure the chatbot only answers from approved company documents and can handle updates without retraining. Which TWO components should they include? (Choose 2)
RAG Engine retrieves relevant chunks from approved documents, ensuring answers are grounded.
Why this answer
RAG Engine retrieves answers from the indexed documents, satisfying the approved-source requirement. A vector store indexes the documents for retrieval. Fine-tuning is not needed.
Model Garden is just a model hub. Apps Script is for Workspace automation.