{% if result_filter_active %}
{% endif %}
{% if filter_note %}
{{ filter_note }}
{% endif %}
Best for natural-language questions and conceptual matches across indexed chunks.
Refreshing vault connections and searching semantic matches...
{% set results_note = "Ranked by vector similarity: the closest " ~ search_result_limit ~ " chunks are always returned, so the last few can be weak matches — on a small vault, every chunk." %}
{% 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." %}
{% set no_results_suggestions = [
"Use a broader phrase.",
"Refresh the vault if files were just indexed.",
] %}
{% include "_search_results.html" %}
{% include "_document_modal.html" %}
{% include "_search_interactions.html" %}
{% endblock %}