Question 3
Consider the following RAG pipeline:
Which of the following is/are true?
The pipeline is incomplete as a RAG generation pipeline because no LLM is present to generate the final response.
The retriever and formatter will still be executed as part of the pipeline.
The pipeline correctly performs retrieval-augmented generation.
The pipeline behaves exactly the same as a complete RAG pipeline with an LLM.