{% extends "base.html" %} {% block title %}Search - PRISMA{% endblock %} {% block content %}
Hybrid search across documents and features (BM25 + Semantic + kNN)
| Score | ID | Text |
|---|---|---|
| {{ doc.score|floatformat:3 }} | {{ doc.external_id|default:doc.django_id }} | {{ doc.text|truncatechars:300 }} |
No document results found.
| Score | # | Label | Description | Density | Max Act |
|---|---|---|---|---|---|
| {{ feat.score|floatformat:2 }} | {% if selected_run %} {{ feat.feature_index }} {% else %} {{ feat.feature_index }} {% endif %} | {{ feat.label }} | {{ feat.description|truncatechars:200 }} | {{ feat.density|floatformat:4 }} | {{ feat.max_activation|floatformat:2 }} |
No feature results found.
Select a Dataset and/or SAE Run to search.