{% extends "base.html" %} {% block content %}

Data

Files

{% if data is not none and data|length > 0%} {% for asset in data %} {% endfor %}
Data Index File
{{asset.filename}} create delete
{% else %}

There is no stored asset

{% endif %}

Semantic indexes

{% if idx_overview|length > 0 %} {% for idx in idx_overview %} {% endfor %}
Index Current Docs Actions
{{idx['name']}} {% if idx['is_current']==true %} ✔ {% endif %} {{idx['docs']}} {% if idx['is_current']==false %} Make current {% endif %} Delete
{% else %}

You have no semantic index, upload a CSV data source and create the index

{% endif %}

Configuration


{% endblock %}