๐ Semantic Search
Search
Dashboard
Search
Top results:
5
10
20
Results for "{{ query }}"
{{ total }} result{{ "s" if total != 1 else "" }} ยท {{ elapsed }}s ยท Full pipeline
{% if expanded_query and expanded_query != query %}
Expanded:
{{ expanded_query }}
{% endif %} {% if results %} {% for r in results %}
{{ r.icon }} {{ r.doc_id }}
{{ r.score }}
{{ r.snippet }}
{% endfor %} {% else %}
No results found for "
{{ query }}
"
Try shorter or different keywords.
{% endif %}
๐ฌ SciFact Queries
{{ scifact_matches | length }}
{% if scifact_matches %} {% for q in scifact_matches %}
Query #{{ q.query_id }}
{{ q.query_text }}
{% endfor %} {% else %}
No SciFact queries matched "{{ query }}"
{% endif %}
๐ฅ NFCorpus Queries
{{ nfcorpus_matches | length }}
{% if nfcorpus_matches %} {% for q in nfcorpus_matches %}
Query #{{ q.query_id }}
{{ q.query_text }}
{% endfor %} {% else %}
No NFCorpus queries matched "{{ query }}"
{% endif %}
These are actual evaluation queries from the BEIR benchmark that share keywords with your search.
300
SciFact queries ยท
323
NFCorpus queries loaded.