πŸ“„ Answer Based On ContextΒΆ

Note

ID: templates.rag.response_generation.answer_based_on_context | Type: MultiReferenceTemplate

{
    "__type__": "multi_reference_template",
    "input_format": "Context: {contexts}\nQuestion: {question}.\n",
    "instruction": "Answer the question, basing your answer on the context",
    "references_field": "reference_answers",
    "target_prefix": "Answer:"
}

Read more about catalog usage here.