| module_name | module_params | execution_time | retrieval_f1 | retrieval_recall | retrieval_precision | is_best |
|---|---|---|---|---|---|---|
| vectordb | {'top_k': 3, 'embedding_model': 'bge-m3'} | 0.21 | 0.35 | 0.7 | 0.23 | True |
| vectordb | {'top_k': 3, 'embedding_model': 'ko-sroberta-multitask'} | 0.13 | 0.14 | 0.28 | 0.09 | False |
| vectordb | {'top_k': 3, 'embedding_model': 'ko-sbert-nli'} | 0.03 | 0.08 | 0.16 | 0.05 | False |
| bm25 | {'top_k': 3, 'bm25_tokenizer': 'ko_kiwi'} | 1.02 | 0.13 | 0.26 | 0.09 | False |
| vectordb | {'top_k': 3, 'embedding_ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'use strict'; | |
| var __defProp = Object.defineProperty; | |
| var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | |
| var __getOwnPropNames = Object.getOwnPropertyNames; | |
| var __hasOwnProp = Object.prototype.hasOwnProperty; | |
| var __export = (target, all) => { | |
| for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); | |
| }; | |
| var __copyProps = (to, from, except, desc) => { | |
| if ((from && typeof from === 'object') || typeof from === 'function') { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.