AWS Certified AI Practitioner (AIF-C01) — Question 168

What is the purpose of chunking in Retrieval Augmented Generation (RAG)?

Answer options

Correct answer: C

Explanation

The correct answer, C, highlights that chunking helps to maintain better contextual relevance in the results fetched from the vector index. Options A and D focus on storage limitations and costs, which are not the primary goals of chunking. Option B incorrectly suggests that chunking eliminates the need for vector embeddings, which is not accurate in the context of RAG.