Prompt

Below is the prompt that is given to the model.

Instructions

Use the following pieces of context to answer the question at the end.

Context

{% for doc in documents %}
Doc {{ loop.index }}: {{ doc[:100] }}...
{{ doc }}
{% endfor %}

Query

{{ query }}