perf: 修改文案
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
wangdan-fit2cloud 2024-09-23 19:12:05 +08:00
parent ba1f0b557e
commit f7902aaf35

View File

@ -82,7 +82,21 @@
</el-form-item>
<el-form-item prop="model_type" :rules="base_form_data_rule.model_type">
<template #label>
<span>模型类型</span>
<div class="flex align-center" style="display: inline-flex">
<span class="mr-4">模型类型 </span>
<el-tooltip effect="dark" placement="right">
<template #content>
<p>大语言模型在应用中与AI对话的推理模型</p>
<p>向量模型在知识库中导入文档进行向量化和向量检索召回分段时使用的向量模型</p>
<p>
重排模型在二次召回中根据召回的候选分段和用户问题的匹配度重新排序从而得到更精确的结果
</p>
<p>语音识别在应用中开启语音识别后用于语音转文字的模型</p>
<p>语音合成在应用中开启语音播放后用于文字转语音的模型</p>
</template>
<AppIcon iconName="app-warning" class="app-warning-icon"></AppIcon>
</el-tooltip>
</div>
</template>
<el-select
v-loading="model_type_loading"