Prompt

Below is the prompt that is given to the model.

Instruction:

Use the following unique documents in the Context section to answer the Query at the end. If you don't know the answer, just say that you don't know, don't try to make up an answer.

Context

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

Query

{{ query }}