RAGDemo / templates /template.j2
derek-thomas's picture
derek-thomas HF staff
Debugging attempt
c5200c8
raw
history blame
No virus
275 Bytes
Instructions: Use the following pieces of context to answer the question 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 %}
---
Query: {{ query }}