Spaces:
Paused
Paused
derek-thomas
commited on
Commit
·
21f4f83
1
Parent(s):
15a7e5e
1 row per document
Browse files
templates/template_html.j2
CHANGED
|
@@ -78,7 +78,7 @@ Below is the prompt that is given to the model. <hr>
|
|
| 78 |
<details class="doc-box">
|
| 79 |
<summary>
|
| 80 |
<b>Doc_{{ loop.index }} | <a href="{{ doc.meta.url }}">{{ doc.meta.title }}</a>:</b> <span
|
| 81 |
-
class="doc-short">{{ doc.content[:
|
| 82 |
</summary>
|
| 83 |
<div class="doc-full">{{ doc.content }}</div>
|
| 84 |
</details>
|
|
|
|
| 78 |
<details class="doc-box">
|
| 79 |
<summary>
|
| 80 |
<b>Doc_{{ loop.index }} | <a href="{{ doc.meta.url }}">{{ doc.meta.title }}</a>:</b> <span
|
| 81 |
+
class="doc-short">{{ doc.content[:90] }}...</span>
|
| 82 |
</summary>
|
| 83 |
<div class="doc-full">{{ doc.content }}</div>
|
| 84 |
</details>
|