fix embedding size
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user