Skip to course content
Free RAG fundamentals course

Introduction to RAG and Knowledge Assistants

Module 09 Activity

Scenario

The assistant is about to be used by people with different access levels, on documents that change and eventually have to be deleted.

What you produce

An access, audit and lifecycle specification, including a purge that reaches everywhere the content went.

Steps

  1. Decide the exclusion rule: which documents must never be indexed at all, and why. Apply it to your corpus and report how many were excluded.
  2. Specify the visibility field on every passage and the rule that compares it against the person asking - applied before ranking, not after.
  3. Write out what the same question returns for three different people.
  4. Specify the audit record: versioned passage ids, what was retrieved, what reached the answer, and the asker's groups.
  5. Specify what update, supersede and delete each mean, and confirm a citation issued last month would still resolve after an update.
  6. List everywhere a deleted document's content would exist, and specify a purge that reaches all of them.

Evidence to hand in

Review checklist