Query: "{{ query }}"
Adjust slider, then click "Re-rank Results" to see new ordering
â ī¸ No Custom Model Available
The selected knowledge bases only use E5 baseline model. Train a custom model and create a KB with it to enable model comparison.
â ī¸ No E5 Baseline Available
The selected knowledge bases only use custom models. Create a KB with E5 model to enable model comparison.
Found {{ count }} results
Filter by Knowledge Base:
đ BM25 Keyword Matches:
Very high semantic similarity - meanings are nearly identical
{% elif r.score >= 0.7 %} đĄ Good match ({{ "%.1f"|format(r.score * 100) }}%)High semantic similarity - meanings are very close
{% elif r.score >= 0.5 %} đ Moderate match ({{ "%.1f"|format(r.score * 100) }}%)Moderate semantic similarity - related concepts
{% else %} đ´ Weak match ({{ "%.1f"|format(r.score * 100) }}%)Low semantic similarity - loosely related or unrelated
{% endif %}âšī¸ Custom TF-IDF Model:
Query "{{ query }}" - Top terms with TF-IDF scores:
Result text snippet - Top terms with TF-IDF scores:
â Exact Words That Matched:
â Custom model learned these terms are related!
â ī¸ No Direct Word Overlap
Match is based on semantic similarity in embedding space, not exact word matches
đĄ Custom model uses TF-IDF vectorization: Each of {{ r.explanation.embedding_dim }} dimensions represents a unique word/bigram
Explore all {{ r.explanation.embedding_dim }} dimensions
â Custom Model Feature:
{% if r.explanation.vocabulary %}Each dimension shows the exact word/bigram it represents with TF-IDF scores
{% else %}This model was trained without vocabulary metadata. Retrain the model to see word/bigram names for each dimension.
{% endif %}Educational feature: Scroll through all dimensions to understand embedding space
Full dimension: {{ r.explanation.embedding_dim }} | Blue = positive, Red = negative
Dimension {{ dim_info.dim + 1 }}: {% if r.explanation.model_type == 'custom' and r.explanation.vocabulary and dim_info.dim < (r.explanation.vocabulary|length) %} "{{ r.explanation.vocabulary[dim_info.dim] }}" {% endif %}
{% if r.explanation.model_type == 'custom' %}TF-IDF scores for this word/bigram:
{% endif %}Dimension {{ dim_info.dim + 1 }}: {% if r.explanation.model_type == 'custom' and r.explanation.vocabulary and dim_info.dim < (r.explanation.vocabulary|length) %} "{{ r.explanation.vocabulary[dim_info.dim] }}" {% endif %}
{% if r.explanation.model_type == 'custom' %}TF-IDF scores for this word/bigram:
{% endif %}Cosine Similarity = dot product of normalized vectors
Scores range from 0 (unrelated) to 1 (identical). Higher scores mean more similar meanings.
{% if r.explanation.model_type == 'custom' %} This custom model ({{ r.explanation.model_name }}) was trained on domain-specific text. {% else %} Using E5-Small general-purpose model (384 dimensions). {% endif %}