fix embedding size

This commit is contained in:
team2
2026-02-18 06:29:00 +01:00
parent 9017701ad3
commit 0d3efa228d

View File

@@ -82,7 +82,7 @@
class="form-select bg-dark text-light border-secondary" class="form-select bg-dark text-light border-secondary"
required> required>
<option value="all-MiniLM-L6-v2"> <option value="all-MiniLM-L6-v2">
all-MiniLM-L6-v2 (768d) all-MiniLM-L6-v2 (384)
</option> </option>
</select> </select>
</div> </div>
@@ -93,7 +93,7 @@
</label> </label>
<input type="number" <input type="number"
name="embedding_dimension" name="embedding_dimension"
value="768" value="384"
class="form-control bg-dark text-light border-secondary" class="form-control bg-dark text-light border-secondary"
readonly> readonly>
<div class="form-text text-secondary"> <div class="form-text text-secondary">