arabic-RAG / templates /template.j2
derek-thomas's picture
derek-thomas HF staff
Add gradio app!
8b15eea
raw history blame
No virus
342 Bytes
### 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.content }}
{% endfor %}
---
[|AI|]:
### Query: [|Human|] {{query}}
### Response: [|AI|]