
Ultimate access to all questions.
Question: 31
A company has a typical RAG-enabled, customer-facing chatbot on its website.
[Diagram showing flow: User Questions → Box 1 → Box 2 → Box 3 → Box 4 → Output]
Select the correct sequence of components a user's questions will go through before the final output is returned. Use the diagram above for reference.
Explanation:
In a typical RAG (Retrieval-Augmented Generation) pipeline, the correct sequence is:
This sequence ensures that the system first understands the user's query (embedding), retrieves relevant information (vector search), prepares the input for the LLM (context augmentation), and finally generates the response.
Option A correctly follows this standard RAG workflow pattern.