{% extends "themis/base.html" %} {% block title %}{{ library.name }} — {{ themis_app_name }}{% endblock %} {% block content %}
← Libraries

{{ library.name }}

{{ library.library_type }}
{% if library.description %}

{{ library.description }}

{% endif %}
Edit Delete
Content-Type Configuration
{% if library.embedding_instruction %}

Embedding Instruction

{{ library.embedding_instruction }}

{% endif %} {% if library.reranker_instruction %}

Reranker Instruction

{{ library.reranker_instruction }}

{% endif %} {% if library.llm_context_prompt %}

LLM Context Prompt

{{ library.llm_context_prompt }}

{% endif %}

Collections

+ New Collection
{% if collections %}
{% for col in collections %} {% endfor %}
Name Description Actions
{{ col.name }} {{ col.description|truncatewords:15 }} View Edit
{% else %}

No collections in this library yet.

{% endif %} {% endblock %}