Feat: Add tooltip to delimiter filed #1909 (#3758)

### What problem does this PR solve?

Feat: Add tooltip to delimiter filed #1909

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-11-29 18:13:59 +08:00
committed by GitHub
parent b2abc36baa
commit a19210daf1
4 changed files with 7 additions and 0 deletions

View File

@ -154,6 +154,8 @@ export default {
topK: 'Top-K',
topKTip: `K块将被送入Rerank型号。`,
delimiter: `分段标识符`,
delimiterTip:
'支持多字符作为分隔符,多字符分隔符用`包裹。如配置成这样:\n`##`;那么就会用换行,两个#以及分号先对文本进行分割,然后按照“ token number”大小进行拼装。',
html4excel: '表格转HTML',
html4excelTip: `Excel 是否将被解析为 HTML 表。如果为 FALSEExcel 中的每一行都将形成一个块。`,
autoKeywords: '自动关键词',