mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
chore: something tooltips.
--bug=1050731 --user=刘瑞斌 【模型管理】Azure OpenAI中模型类型的提示信息中没有添加图片理解和图片生成的说明 https://www.tapd.cn/57709429/s/1635764
This commit is contained in:
parent
91dac247c9
commit
5d6fc8adc9
|
|
@ -88,14 +88,12 @@
|
|||
<el-tooltip effect="dark" placement="right">
|
||||
<template #content>
|
||||
<p>大语言模型:在应用中与AI对话的推理模型。</p>
|
||||
<p>
|
||||
向量模型:在知识库中导入文档进行向量化和向量检索召回分段时使用的向量模型。
|
||||
</p>
|
||||
<p>
|
||||
重排模型:在二次召回中根据召回的候选分段和用户问题的匹配度重新排序,从而得到更精确的结果。
|
||||
</p>
|
||||
<p>向量模型:在知识库中对文档内容进行向量化的模型。</p>
|
||||
<p>语音识别:在应用中开启语音识别后用于语音转文字的模型。</p>
|
||||
<p>语音合成:在应用中开启语音播放后用于文字转语音的模型。</p>
|
||||
<p>重排模型:在高级编排应用中使用多路召回时,对候选分段进行重新排序的模型。</p>
|
||||
<p>图片理解:在高级编排应用中用于图片理解的视觉模型。</p>
|
||||
<p>图片生成:在高级编排应用中用于图片生成的视觉模型。</p>
|
||||
</template>
|
||||
<AppIcon iconName="app-warning" class="app-warning-icon"></AppIcon>
|
||||
</el-tooltip>
|
||||
|
|
|
|||
Loading…
Reference in New Issue