optimize retrieve logic
This commit is contained in:
@@ -18,14 +18,17 @@
|
||||
{# ============================= #}
|
||||
{# Top Navigation #}
|
||||
{# ============================= #}
|
||||
{% if app.user %}
|
||||
<nav class="navbar navbar-dark bg-black border-bottom border-secondary px-3">
|
||||
<div class="navbar-brand fw-semibold text-info">
|
||||
<div>
|
||||
<img src="/assets/img/logo.png" style="max-width: 120px;">
|
||||
</div>
|
||||
<div class="fs-6">RAG-System</div>
|
||||
</div>
|
||||
<div class="small">powered by mitho®</div>
|
||||
<div class="ms-auto d-flex align-items-center gap-3">
|
||||
|
||||
<nav class="navbar navbar-dark bg-black border-bottom border-secondary px-3">
|
||||
<div class="navbar-brand fw-semibold text-info">
|
||||
RetrieX RAG-System
|
||||
</div>
|
||||
<div class="small">powered by mitho®</div>
|
||||
<div class="ms-auto d-flex align-items-center gap-3">
|
||||
{% if app.user %}
|
||||
<span class="small text-light">
|
||||
{{ app.user.userIdentifier }}
|
||||
</span>
|
||||
@@ -34,10 +37,10 @@
|
||||
href="{{ path('admin_logout') }}">
|
||||
Logout
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
{% endif %}
|
||||
{# ============================= #}
|
||||
{# Layout Container #}
|
||||
{# ============================= #}
|
||||
|
||||
@@ -192,7 +192,7 @@
|
||||
des aktiven Modells aus. Pro Modell kann nur eine Version aktiv sein.
|
||||
</div>
|
||||
<hr>
|
||||
<h2 class="h4 mb-4" id="agentLiveTest">KI-Agent Live-Test</h2>
|
||||
<h3 class="h3 mb-4" id="agentLiveTest">KI-Live-Test</h3>
|
||||
|
||||
<div class="card bg-black border-secondary">
|
||||
<div class="card-body p-0">
|
||||
|
||||
@@ -10,10 +10,13 @@
|
||||
<div class="card bg-black border-secondary text-info">
|
||||
<div class="card-body">
|
||||
|
||||
<h1 class="h3 mb-2 text-center text-info">
|
||||
Heyl Neomeris
|
||||
</h1>
|
||||
<h2 class="h6 mb-2 mt-1 text-center text-info">KI/RAG System-Login</h2>
|
||||
<header class="text-center ">
|
||||
<h1 class="mb-2 text-info">
|
||||
Heyl Neomeris
|
||||
</h1>
|
||||
<img src="/assets/img/logo.png" style="max-width: 100px;">
|
||||
<h2 class="h6 mb-2 mt-1 text-info">KI/RAG System-Login</h2>
|
||||
</header>
|
||||
|
||||
{% if error %}
|
||||
<div class="alert alert-danger">
|
||||
|
||||
Reference in New Issue
Block a user