Hi team,
I am finishing the final assessment of Deep Learning Institute course ‘Building RAG Agents
for LLMs’.
However, although I am halted at Step 4 of 08_evaluation its not giving any rag answers at the step
TODO: Generate some synthetic answers to the questions above.
Try to use the same syntax as the cell above
rag_answers =
for i, q in enumerate(synth_questions):
## TODO: Compute the RAG Answer
rag_answer = “”
rag_answers += [rag_answer]
pprint2(f"QA Pair {i+1}“, q, “”, sep=”\n")
pprint(f"RAG Answer: {rag_answer}", “”, sep=‘\n’)
I need some technical support to debug the issue, in order to pass the assessment.