{% extends "themis/base.html" %} {% block title %}{% if editing %}Edit Library{% else %}New Library{% endif %} — {{ themis_app_name }}{% endblock %} {% block content %}
← Libraries

{% if editing %}Edit Library: {{ library.name }}{% else %}New Library{% endif %}

{% csrf_token %}
{{ form.name }} {% if form.name.errors %}

{{ form.name.errors.0 }}

{% endif %}
{{ form.library_type }}
{{ form.description }}
Content-Type Configuration
{{ form.embedding_instruction }}
{{ form.reranker_instruction }}
{{ form.llm_context_prompt }}
Cancel
{% endblock %}