dtrckd commited on
Commit
765817d
1 Parent(s): 2030ea7

Update tell_rag_prompt.jinja

Browse files

Hey, read the doc at: https://gitlab.com/etalab-datalab/llm/albert-backend/-/blob/dev/docs/prompt.md
;)

Files changed (1) hide show
  1. tell_rag_prompt.jinja +2 -2
tell_rag_prompt.jinja CHANGED
@@ -4,6 +4,6 @@ Les références doivent être citées de cette manière : texte rédigé<ref te
4
 
5
  Les {{limit}} références disponibles :
6
 
7
- {% for chunk in chunks %}
8
- {{chunk.h}}: {% if chunk.context %}({{chunk.context}}){% endif %} {{chunk.text}} {% if not loop.last %}{{"\n"}}{% endif %}
9
  {% endfor %}
 
4
 
5
  Les {{limit}} références disponibles :
6
 
7
+ {% for chunk in sheet_chunks %}
8
+ {{chunk.hash}}: {% if chunk.context %}({{chunk.context}}){% endif %} {{chunk.text}} {% if not loop.last %}{{"\n"}}{% endif %}
9
  {% endfor %}