From 8e1f676d8214a8464e1c922d5d2d1d2d39fab324 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 23 Sep 2024 17:53:16 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=BA=94=E7=94=A8=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/enums/model.ts | 3 +- .../views/application/ApplicationSetting.vue | 38 ++++++++++++------- ui/src/workflow/nodes/reranker-node/index.vue | 4 +- 3 files changed, 28 insertions(+), 17 deletions(-) diff --git a/ui/src/enums/model.ts b/ui/src/enums/model.ts index 379c9aec4..9219f457e 100644 --- a/ui/src/enums/model.ts +++ b/ui/src/enums/model.ts @@ -11,5 +11,6 @@ export enum modelType { EMBEDDING = '向量模型', LLM = '大语言模型', STT = '语音识别', - TTS = '语音合成' + TTS = '语音合成', + RERANKER = '重排模型' } diff --git a/ui/src/views/application/ApplicationSetting.vue b/ui/src/views/application/ApplicationSetting.vue index 82d04e3f0..20e061e53 100644 --- a/ui/src/views/application/ApplicationSetting.vue +++ b/ui/src/views/application/ApplicationSetting.vue @@ -168,13 +168,18 @@ > @@ -273,13 +278,18 @@ > diff --git a/ui/src/workflow/nodes/reranker-node/index.vue b/ui/src/workflow/nodes/reranker-node/index.vue index 2bfd5ad80..afc1be9da 100644 --- a/ui/src/workflow/nodes/reranker-node/index.vue +++ b/ui/src/workflow/nodes/reranker-node/index.vue @@ -107,11 +107,11 @@ />