@@ -241,27 +241,6 @@ <h2 class="subtitle">Vector Search</h2>
241
241
< div id ="vectorSearchResult " class ="mt-4 "> </ div >
242
242
</ section >
243
243
244
- <!-- RAG Search Section -->
245
- < section class ="box " id ="ragSearchSection ">
246
- < h2 class ="subtitle "> RAG Search</ h2 >
247
- < div class ="field ">
248
- < div class ="control ">
249
- < input class ="input " type ="text " id ="ragSearchQuery " placeholder ="Enter search query ">
250
- </ div >
251
- </ div >
252
- < button id ="ragSearchButton " class ="button is-unified " onclick ="ragSearch() "> Search</ button >
253
-
254
- <!-- RAG Search Category Buttons -->
255
- < div class ="category-buttons ">
256
- < button class ="button is-info " onclick ="ragSearch('Gaming Console') "> Gaming Console</ button >
257
- < button class ="button is-info " onclick ="ragSearch('Smartphone') "> Smartphone</ button >
258
- < button class ="button is-info " onclick ="ragSearch('Laptop') "> Laptop</ button >
259
- < button class ="button is-info " onclick ="ragSearch('Headphones') "> Headphones</ button >
260
- </ div >
261
-
262
- < div id ="ragSearchResult " class ="mt-4 "> </ div >
263
- </ section >
264
-
265
244
<!-- RAG Streaming Search Section -->
266
245
< section class ="box " id ="ragStreamingSearchSection ">
267
246
< h2 class ="subtitle "> RAG Streaming Search</ h2 >
@@ -285,6 +264,27 @@ <h2 class="subtitle">RAG Streaming Search</h2>
285
264
286
265
</ section >
287
266
267
+ <!-- RAG Search Section -->
268
+ < section class ="box " id ="ragSearchSection ">
269
+ < h2 class ="subtitle "> RAG Search</ h2 >
270
+ < div class ="field ">
271
+ < div class ="control ">
272
+ < input class ="input " type ="text " id ="ragSearchQuery " placeholder ="Enter search query ">
273
+ </ div >
274
+ </ div >
275
+ < button id ="ragSearchButton " class ="button is-unified " onclick ="ragSearch() "> Search</ button >
276
+
277
+ <!-- RAG Search Category Buttons -->
278
+ < div class ="category-buttons ">
279
+ < button class ="button is-info " onclick ="ragSearch('Gaming Console') "> Gaming Console</ button >
280
+ < button class ="button is-info " onclick ="ragSearch('Smartphone') "> Smartphone</ button >
281
+ < button class ="button is-info " onclick ="ragSearch('Laptop') "> Laptop</ button >
282
+ < button class ="button is-info " onclick ="ragSearch('Headphones') "> Headphones</ button >
283
+ </ div >
284
+
285
+ < div id ="ragSearchResult " class ="mt-4 "> </ div >
286
+ </ section >
287
+
288
288
< script >
289
289
function displayFileName ( ) {
290
290
const fileInput = document . getElementById ( 'csvFile' ) ;
0 commit comments