{% extends "base.html" %} {% block title %}Semantic search: {{ table }}{% endblock %} {% block crumbs %} {{ crumbs.nav(request=request, database=database, table=table) }} {% endblock %} {% block content %}

Semantic search: {{ table }}

Find rows that are semantically close to your search query.

{% endblock %}