|
@@ -6,11 +6,10 @@
|
|
|
{{ $t('knowledgeLib.test_title') }}
|
|
{{ $t('knowledgeLib.test_title') }}
|
|
|
</div>
|
|
</div>
|
|
|
<div class="main-container-lf-down">
|
|
<div class="main-container-lf-down">
|
|
|
- <div style="color: #999">
|
|
|
|
|
- <!-- 最后一步! 成功后,剩下的就交给Infiniflow AI吧。 -->
|
|
|
|
|
|
|
+ <!-- <div style="color: #999">
|
|
|
{{ $t('knowledgeLib.test_tips') }}
|
|
{{ $t('knowledgeLib.test_tips') }}
|
|
|
- </div>
|
|
|
|
|
- <a-divider style="margin-top: 10px" />
|
|
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+ <!-- <a-divider style="margin-top: 10px" /> -->
|
|
|
<a-form ref="formRef" :model="form" :style="{ width: '100%' }" layout="vertical" @submit="handleSubmit">
|
|
<a-form ref="formRef" :model="form" :style="{ width: '100%' }" layout="vertical" @submit="handleSubmit">
|
|
|
<!-- 相似度阈值 -->
|
|
<!-- 相似度阈值 -->
|
|
|
<a-form-item field="similarity_threshold" :label="$t('knowledgeLib.similarity_threshold')">
|
|
<a-form-item field="similarity_threshold" :label="$t('knowledgeLib.similarity_threshold')">
|