62 lines
1.9 KiB
TypeScript
62 lines
1.9 KiB
TypeScript
export default {
|
||
title: '知識庫',
|
||
createDataset: '建立知識庫',
|
||
general: '通用型',
|
||
web: 'Web 站點',
|
||
relatedApplications: '關聯應用',
|
||
searchBar: {
|
||
placeholder: '按名稱搜尋'
|
||
},
|
||
setting: {
|
||
vectorization: '向量化',
|
||
sync: '同步'
|
||
},
|
||
tip: {
|
||
professionalMessage: '社群版最多支援 50 個知識庫,如需擁有更多知識庫,請升級為專業版。',
|
||
syncSuccess: '同步任務發送成功',
|
||
updateModeMessage: '修改知識庫向量模型後,需要對知識庫向量化,是否繼續保存?'
|
||
},
|
||
delete: {
|
||
confirmTitle: '是否刪除知識庫:',
|
||
confirmMessage1: '此知識庫關聯',
|
||
confirmMessage2: '個應用,刪除後無法恢復,請謹慎操作。'
|
||
},
|
||
datasetForm: {
|
||
title: {
|
||
info: '基本資訊'
|
||
},
|
||
form: {
|
||
datasetName: {
|
||
label: '知識庫名稱',
|
||
placeholder: '請輸入知識庫名稱',
|
||
requiredMessage: '請輸入應用名稱'
|
||
},
|
||
datasetDescription: {
|
||
label: '知識庫描述',
|
||
placeholder:
|
||
'描述知識庫的內容,詳盡的描述將幫助AI能深入理解該知識庫的內容,能更準確的檢索到內容,提高該知識庫的命中率。',
|
||
requiredMessage: '請輸入知識庫描述'
|
||
},
|
||
vectorModel: {
|
||
label: '向量模型',
|
||
placeholder: '請選擇向量模型',
|
||
requiredMessage: '請輸入Embedding模型'
|
||
},
|
||
datasetType: {
|
||
label: '知識庫類型',
|
||
generalInfo: '上傳本地檔案或手動輸入',
|
||
webInfo: '同步Web網站文字資料'
|
||
},
|
||
source_url: {
|
||
label: 'Web 根位址',
|
||
placeholder: '請輸入 Web 根位址',
|
||
requiredMessage: '請輸入 Web 根位址'
|
||
},
|
||
selector: {
|
||
label: '選擇器',
|
||
placeholder: '預設為 body,可輸入 .classname/#idname/tagname'
|
||
}
|
||
},
|
||
}
|
||
}
|