optimize with new transformer rmodel

This commit is contained in:
team2
2026-02-26 18:36:57 +01:00
parent 5b4e0ad4c3
commit 8a97bd41e6
5 changed files with 24 additions and 29 deletions

View File

@@ -46,7 +46,7 @@
<select name="chunk_size"
class="form-select bg-dark text-light border-secondary"
required>
{% for i in range(250, 2500, 50) %}
{% for i in range(50, 1000, 25) %}
<option value="{{ i }}">
{{ i }}
</option>
@@ -68,7 +68,7 @@
<select name="chunk_overlap"
class="form-select bg-dark text-light border-secondary"
required>
{% for i in range(50, 200, 25) %}
{% for i in range(25, 200, 25) %}
<option value="{{ i }}">
{{ i }}
</option>
@@ -103,6 +103,9 @@
<option value="all-MiniLM-L6-v2">
all-MiniLM-L6-v2 (384 Dimensionen)
</option>
<option value="intfloat/multilingual-e5-base">
intfloat/multilingual-e5-base (768 Dimensionen)
</option>
</select>
<div class="form-text text-secondary">
Das Embedding-Modell erzeugt numerische Vektoren aus Text.
@@ -114,7 +117,7 @@
<label class="form-label">Embedding Dimension</label>
<input type="number"
name="embedding_dimension"
value="384"
value="768"
class="form-control bg-dark text-light border-secondary"
readonly>
<div class="form-text text-secondary">