p96 follow up
This commit is contained in:
@@ -77,23 +77,27 @@
|
||||
RAG Dokumente & Wissen
|
||||
</div>
|
||||
|
||||
<a class="nav-link text-light {% if route starts with 'admin_document' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_documents') }}">
|
||||
<i class="bi bi-card-list"></i> Dokumente
|
||||
</a>
|
||||
{% if is_granted('ROLE_EDITOR') %}
|
||||
<a class="nav-link text-light {% if route starts with 'admin_document' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_documents') }}">
|
||||
<i class="bi bi-card-list"></i> Dokumente
|
||||
</a>
|
||||
|
||||
{# ------------------------- #}
|
||||
{# Tags (Document Routing) #}
|
||||
{# ------------------------- #}
|
||||
<a class="nav-link text-light {% if route starts with 'admin_tags' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_tags_index') }}">
|
||||
<i class="bi bi-tag-fill"></i> Tags
|
||||
</a>
|
||||
{# ------------------------- #}
|
||||
{# Tags (Document Routing) #}
|
||||
{# ------------------------- #}
|
||||
<a class="nav-link text-light {% if route starts with 'admin_tags' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_tags_index') }}">
|
||||
<i class="bi bi-tag-fill"></i> Tags
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
<a class="nav-link text-light {% if route starts with 'admin_system_agent' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_system_agent') }}">
|
||||
<i class="bi bi-robot"></i> Wissensbasis (Chunk-Index)
|
||||
</a>
|
||||
{% if is_granted('ROLE_SUPER_ADMIN') %}
|
||||
<a class="nav-link text-light {% if route starts with 'admin_system_agent' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_system_agent') }}">
|
||||
<i class="bi bi-robot"></i> Wissensbasis (Chunk-Index)
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
<hr class="border-secondary">
|
||||
|
||||
@@ -101,15 +105,19 @@
|
||||
RAG System-Profile
|
||||
</div>
|
||||
|
||||
<a class="nav-link text-light {% if route starts with 'admin_system_prompt' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_system_prompt') }}">
|
||||
<i class="bi bi-chat-right-dots-fill"></i> System Prompt
|
||||
</a>
|
||||
{% if is_granted('ROLE_SUPER_ADMIN') %}
|
||||
<a class="nav-link text-light {% if route starts with 'admin_system_prompt' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_system_prompt') }}">
|
||||
<i class="bi bi-chat-right-dots-fill"></i> System Prompt
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
<a class="nav-link text-light {% if route starts with 'admin_ingest_profile' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_ingest_profile_list') }}">
|
||||
<i class="bi bi-search"></i> Indexierungsprofile (Ingest)
|
||||
</a>
|
||||
{% if is_granted('ROLE_KNOWLEDGE_ADMIN') %}
|
||||
<a class="nav-link text-light {% if route starts with 'admin_ingest_profile' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_ingest_profile_list') }}">
|
||||
<i class="bi bi-search"></i> Indexierungsprofile (Ingest)
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
<hr class="border-secondary">
|
||||
|
||||
@@ -117,14 +125,16 @@
|
||||
KI-Endpunkte
|
||||
</div>
|
||||
|
||||
<a class="nav-link text-light {% if route starts with 'admin_model_config' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_model_config_list') }}">
|
||||
<i class="bi bi-rocket-takeoff-fill"></i> KI-/LLM-Setup
|
||||
</a>
|
||||
<a class="nav-link text-light {% if route starts with 'admin_model_config' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_model_config_list') }}#agentLiveTest">
|
||||
<i class="bi bi-rocket-takeoff-fill"></i> KI-Agent Live-Test
|
||||
</a>
|
||||
{% if is_granted('ROLE_KNOWLEDGE_ADMIN') %}
|
||||
<a class="nav-link text-light {% if route starts with 'admin_model_config' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_model_config_list') }}">
|
||||
<i class="bi bi-rocket-takeoff-fill"></i> KI-/LLM-Setup
|
||||
</a>
|
||||
<a class="nav-link text-light {% if route starts with 'admin_model_config' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_model_config_list') }}#agentLiveTest">
|
||||
<i class="bi bi-rocket-takeoff-fill"></i> KI-Agent Live-Test
|
||||
</a>
|
||||
{% endif %}
|
||||
<hr class="border-secondary">
|
||||
<div class="text-info text-uppercase small mb-2">
|
||||
System-Guiide
|
||||
@@ -142,14 +152,16 @@
|
||||
href="{{ path('admin_jobs') }}">
|
||||
<i class="bi bi-terminal"></i> Indexierungs-Log (Ingest Jobs)
|
||||
</a>
|
||||
<a class="nav-link text-light {% if route starts with 'admin_job' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_vector_log') }}">
|
||||
<i class="bi bi-terminal"></i> Vector-Log Python
|
||||
</a>
|
||||
<a class="nav-link text-light {% if route starts with 'admin_job' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_system_logs_index') }}">
|
||||
<i class="bi bi-terminal"></i> System-Logs
|
||||
</a>
|
||||
{% if is_granted('ROLE_SUPER_ADMIN') %}
|
||||
<a class="nav-link text-light {% if route starts with 'admin_vector_log' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_vector_log') }}">
|
||||
<i class="bi bi-terminal"></i> Vector-Log Python
|
||||
</a>
|
||||
<a class="nav-link text-light {% if route starts with 'admin_system_logs' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_system_logs_index') }}">
|
||||
<i class="bi bi-terminal"></i> System-Logs
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
</nav>
|
||||
</aside>
|
||||
|
||||
Reference in New Issue
Block a user