Retrieval augmented generation over an indexed internal | AIGP
7-day money-back guarantee — full refund within 7 days of purchase if you've completed under 20% of the questions. See pricing →
Certifications Tools Flashcards Career Paths Exam Guides Blog Pricing For Teams About

Language

✓ EnglishDeutschEspañolFrançaisPortuguês
Check readiness — free →

Retrieval augmented generation over an indexed internal: Which technique best fits this constraint?

AIGP Understanding How to Govern AI Deployment and Use Medium

Retrieval augmented generation grounds answers in the latest internal documents at query time without retraining, satisfying the no-weight-change and always-current constraints.

The question

A bank wants a general-purpose model to answer staff questions using its constantly-changing internal policy documents, but it will not retrain or alter the base model's weights and must reflect the latest documents at query time. Which technique best fits this constraint?

Preparing for AIGP? Take the free 5-min readiness quiz →

  1. Fine-tuning the base model on a labeled snapshot of the documents
    A plausible improvement method, but fine-tuning alters weights and bakes in a snapshot, violating both stated constraints.
  2. Deploying an agentic architecture that chains multiple tool-using steps
    A real technique for complex tasks, yet agentic orchestration does not by itself supply the latest documents at query time.
  3. Retrieval augmented generation over an indexed internal document store
    RAG injects current documents into the prompt at query time without changing the base model, matching the no-retrain, always-current constraint.
  4. Moving the model to edge devices to lower inference latency for staff
    A valid siting decision, but edge deployment addresses latency and location, not grounding answers in current documents.
The trap
Choosing fine-tuning to inject domain knowledge when the requirement is up-to-date, retrieval-grounded answers without altering the model.

How to remember it

Retrieval augmented generation grounds answers in the latest internal documents at query time without retraining, satisfying the no-weight-change and always-current constraints.

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 — free

More 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.