demoPOC commited on
Commit
750ef0a
·
1 Parent(s): a410921

Update KBTrain.html

Browse files
Files changed (1) hide show
  1. KBTrain.html +8 -0
KBTrain.html CHANGED
@@ -134,6 +134,14 @@
134
  <br>
135
  <label for="weburl">Add your KnowledgeBase URL:</label>
136
  <input type="url" id="weburl" name="weburl">
 
 
 
 
 
 
 
 
137
  <input type="submit" value="Upload">
138
  </form>
139
  </div>
 
134
  <br>
135
  <label for="weburl">Add your KnowledgeBase URL:</label>
136
  <input type="url" id="weburl" name="weburl">
137
+ <label for="embeddingModelID">Select Embedding Model for Semantic Search</label>
138
+ <select name="embeddingModelID" id="embeddingModelID">
139
+ <option value="1">All-MiniLM-L6-v2 Embedding</option>
140
+ <option value="2">Instructor Embedding</option>
141
+ <option value="3">Flag Embedding</option>
142
+ <option value="4">Open AI - text-embedding-ada-002</option>
143
+ </select>
144
+ <br><br>
145
  <input type="submit" value="Upload">
146
  </form>
147
  </div>