feat: playground rerank

This commit is contained in:
jialin
2024-10-14 10:27:46 +08:00
parent ecc683a6bd
commit 4c3dddc486
31 changed files with 1579 additions and 140 deletions
+1
View File
@@ -1,6 +1,7 @@
export interface ListItem {
source: string;
backend: string;
reranker: boolean;
huggingface_repo_id: string;
huggingface_file_name: string;
huggingface_filename: string;