This commit is contained in:
Saifeddine ALOUI 2024-12-16 20:14:07 +01:00
parent ddd922dbee
commit 7e02e30d21
4 changed files with 9 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
web/dist/index.html vendored
View File

@ -6,8 +6,8 @@
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI</title>
<script type="module" crossorigin src="/assets/index-sF4e5ZRd.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CgKrUHEu.css">
<script type="module" crossorigin src="/assets/index-CwgJHVV1.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-OITkUI9z.css">
</head>
<body>
<div id="app"></div>

View File

@ -1191,6 +1191,7 @@
<!-- Disabled Option for TFIDF -->
<option v-if="configFile.rag_vectorizer === 'tfidf'" disabled>No models available for TFIDF</option>
</select>
<input v-model="configFile.rag_vectorizer_model" class="w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600">
</td>
</tr>
<tr>
@ -1198,7 +1199,7 @@
<label for="rag_service_url" class="text-sm font-bold" style="margin-right: 1rem;">Rag service url:</label>
</td>
<td>
<input v-model="configFile.rag_service_url">
<input v-model="configFile.rag_service_url" class="w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600">
</td>
</tr>
<tr>