diff --git a/generations/library_rag/templates/search.html b/generations/library_rag/templates/search.html index d68373d..dec9caf 100644 --- a/generations/library_rag/templates/search.html +++ b/generations/library_rag/templates/search.html @@ -179,8 +179,8 @@ {% for section in results_data.sections %}
- -
+ +
{% if section.chunks and section.chunks[0].work %} @@ -198,13 +198,13 @@ {% 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 %}