{% extends "base.html" %} {% block title %}Voxint — meaning search{% endblock %} {% block body %}
Find a passage by what it means, across every transcript. Results are
ranked together by semantic closeness and word-for-word overlap; a
"quoted phrase" is matched exactly and floated to the top.
Type what you are looking for above. Meaning search reads the whole transcript corpus, so a phrase from memory finds the passage even when the words are not exact.
{% elif page.state == "off" %}Semantic search is turned off. Turn it on under
Settings, then let new runs index or run
voxint embed backfill for the existing ones.
Semantic search is unavailable on this instance: the embedding model weights are not installed, so queries cannot be embedded. Reinstall with the weights bundled to enable it.
{% elif page.state == "indexing" %}Semantic search is on, but no transcripts are indexed yet. New runs
are indexed as they finish; index the existing runs with
voxint embed backfill.
No passages match “{{ query }}”.
{% else %}{{ it.snippet }}