new upgrades

This commit is contained in:
Saifeddine ALOUI 2024-04-17 01:00:57 +02:00
parent 7a82148d7e
commit e8f229024d
9 changed files with 222 additions and 203 deletions

1
MotionCtrl Submodule

@ -0,0 +1 @@
Subproject commit d7bd9089d596b7ef178725d19cb144ee3ef468e8

View File

@ -1,5 +1,5 @@
# =================== Lord Of Large Language Multimodal Systems Configuration file ===========================
version: 80
version: 81
binding_name: null
model_name: null
model_variant: null
@ -149,6 +149,7 @@ data_vectorization_save_db: False # For each new session, new files
data_vectorization_chunk_size: 512 # chunk size
data_vectorization_overlap_size: 128 # overlap between chunks size
data_vectorization_nb_chunks: 2 # number of chunks to use
data_vectorization_put_chunk_informations_into_context: false # if true then each chunk will be preceded by its information which may waste some context space but allow the ai to point where it found th einformation
data_vectorization_build_keys_words: true # If true, when querrying the database, we use keywords generated from the user prompt instead of the prompt itself.
data_vectorization_force_first_chunk: false # If true, the first chunk of the document will systematically be used
data_vectorization_make_persistance: false # If true, the data will be persistant webween runs

@ -1 +1 @@
Subproject commit 9d18e32deef98913a6c1ecf636a40dde25d7b4d1
Subproject commit 4882b74b60c638b95bff42a968dc1e3560b5e66a

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 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI - Welcome</title>
<script type="module" crossorigin src="/assets/index-e3754d9a.js"></script>
<link rel="stylesheet" href="/assets/index-0fce8d86.css">
<script type="module" crossorigin src="/assets/index-a478be60.js"></script>
<link rel="stylesheet" href="/assets/index-6689db90.css">
</head>
<body>
<div id="app"></div>

View File

@ -1094,7 +1094,24 @@
</div>
</td>
</tr>
<tr>
<td style="min-width: 200px;">
<label for="data_vectorization_put_chunk_informations_into_context" class="text-sm font-bold" style="margin-right: 1rem;">Put Chunk Information Into Context:</label>
</td>
<td>
<div class="flex flex-row">
<input
type="checkbox"
id="data_vectorization_put_chunk_informations_into_context"
required
v-model="configFile.data_vectorization_put_chunk_informations_into_context"
@change="settingsChanged=true"
class="mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"
>
</div>
</td>
</tr>
<tr>
<td style="min-width: 200px;">

@ -1 +1 @@
Subproject commit 2db879b529d9309c5076c80c77866069b241bda9
Subproject commit 625d29a7a61f0b0f8dfde0f6f6181f0f10bdc269

@ -1 +1 @@
Subproject commit da88417358f0faeab7546e183d943b6715e094ea
Subproject commit 689af012bad0460cc803903c5f1a626f42c12a0d