diff --git a/generations/library_rag/templates/search.html b/generations/library_rag/templates/search.html index 05bf1cd..cfa1366 100644 --- a/generations/library_rag/templates/search.html +++ b/generations/library_rag/templates/search.html @@ -198,14 +198,14 @@ {% if section.chunks and section.chunks[0].chapterTitle %}
- 🗂️ {{ section.chunks[0].chapterTitle }} + 🗂️ {{ section.chunks[0].chapterTitle }}
{% endif %} -
- 📂 -

{{ section.title[:120] }}{% if section.title|length > 120 %}...{% endif %}

+
+ 📂 + {{ section.title[:120] }}{% if section.title|length > 120 %}...{% endif %}
{% if section.summary_text and section.summary_text != section.title and section.summary_text != section.section_path %}

{{ section.summary_text[:250] }}{% if section.summary_text|length > 250 %}...{% endif %}