AWS Certified Generative AI – Professional (AIP-C01) — Question 36

An enterprise application uses an Amazon Bedrock foundation model (FM) to process and analyze 50 to 200 pages of technical documents. Users are experiencing inconsistent responses and receiving truncated outputs when processing documents that exceed the FM's context window limits.
Which solution will resolve this problem?

Answer options

Correct answer: C

Explanation

The correct answer, C, is effective because it uses semantic chunking to select the most relevant chunks based on embedding similarity, ensuring better responses from the FM. Options A and B focus on fixed and hierarchical chunking methods that may not adapt well to varying document needs, while option D relies on an independent processing method that does not optimize for relevance in the context of user queries.