{% extends "base.html" %} {% block title %}Semantic Search - Talkpipe Vault{% endblock %} {% block content %} {% set results_note = "Semantic matches are ranked by vector similarity." %} {% set score_help = "Higher scores are more similar to your query." %} {% set no_results_hint = "Semantic search works best with a complete question or descriptive phrase." %} {% include "_search_results.html" %} {% include "_document_modal.html" %} {% include "_search_interactions.html" %} {% endblock %}