diff --git a/generations/library_rag/templates/search.html b/generations/library_rag/templates/search.html index 7b9510d..2b50e9a 100644 --- a/generations/library_rag/templates/search.html +++ b/generations/library_rag/templates/search.html @@ -184,7 +184,7 @@ {{ section.title[:80] }}{% if section.title|length > 80 %}...{% endif %} ⚡ {{ section.similarity }}% similaire - {% if section.summary_text %} + {% if section.summary_text and section.summary_text != section.title and section.summary_text != section.section_path %}
{{ section.summary_text[:150] }}{% if section.summary_text|length > 150 %}...{% endif %}
{% endif %} {% if section.concepts %}