Retrieval augmented generation: Which deployment technique augments a model's responses with information
RAG grounds responses in externally retrieved documents at inference time without modifying model weights.
The question
Which deployment technique augments a model's responses with information retrieved from an external knowledge source at inference time, without changing the model's weights?
Preparing for AIGP? Take the free 5-min readiness quiz →
- Retrieval augmented generation (RAG), which supplements the model's prompt with relevant documents fetched from an external knowledge base at inference time. ✓Correct because RAG retrieves external content at query time to ground responses without retraining the model.
- Fine-tuning, which updates the model's internal weights by training it further on a curated, task-specific labeled dataset before it is deployed.Plausible but wrong because fine-tuning changes the model's weights rather than retrieving external data at inference time.
- An agentic architecture, which lets the model plan and autonomously call external tools in sequence to complete multi-step tasks on a user's behalf.Plausible but wrong because agentic tool-use is about action and orchestration, not grounding answers in retrieved documents.
- Edge deployment, which runs the model locally on a device to reduce latency and keep data on-premises rather than in the cloud.Wrong because edge deployment concerns where the model runs, not augmenting responses with retrieved knowledge.
The trap
Confusing retrieval augmented generation with fine-tuning, which changes the model rather than adding retrieval. How to remember it
RAG grounds responses in externally retrieved documents at inference time without modifying model weights.
How many of these would you get right?
One of 1581 AIGP questions on Certsqill. Take a free five-minute check and see your score per domain — not one number, but which section to open tonight.
Test your AIGP readiness — freeMore Understanding How to Govern AI Deployment and Use questions
- A smaller classic model: Which model choice best fits these constraints? →
- To systematically identify and evaluate the potential: What is the primary purpose of performing or reviewing →
- Terms addressing data usage rights: When reviewing a vendor agreement for a third-party AI system, which →
- All 424 Understanding How to Govern AI Deployment and Use questions →
Part of the Certsqill AIGP question bank · Understanding How to Govern AI Deployment and Use ·
Every answer, right and wrong, comes with its own explanation.