{% set precision = 3 %}
Using synonyms and near-by concepts to fetch (hopefully) relevant datasets.
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}{{ score.label }} | {{ score.similarity|round(precision) }} |
{{ result.info.description }}
Score: {{ result.score|round(precision) }}
{{ similarity.label }} | {{ similarity.similarity|round(precision) }} |
No relevant datasets found.
{% endfor %}