A company is deploying a large language model (LLM) for customer support. They want to reduce the risk of hallucinations. Which TWO approaches should they implement? (Choose two.)
Guardrails can filter out responses on topics that are not supported by the knowledge base, reducing off-topic hallucinations.
Why this answer
RAG grounds the model in retrieved documents, reducing hallucinations. Bedrock Guardrails provide content filtering and topic restrictions. Fine-tuning on hallucinated data is counterproductive, and longer prompts can increase hallucinations.