
Ultimate access to all questions.
A Generative AI Engineer needs to build a low-cost, low-effort LLM-based question-answering application that incorporates frequently published new documents. Which combination of chaining components and configuration satisfies these requirements?
A
For the application a prompt, a retriever, and an LLM are required. The retriever output is inserted into the prompt which is given to the LLM to generate answers.
B
The LLM needs to be frequently with the new documents in order to provide most up-to-date answers.
C
For the question-answering application, prompt engineering and an LLM are required to generate answers.
D
For the application a prompt, an agent and a fine-tuned LLM are required. The agent is used by the LLM to retrieve relevant content that is inserted into the prompt which is given to the LLM to generate answers.