mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-04 03:25:30 +08:00
### 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:
@ -154,6 +154,8 @@ export default {
|
||||
topK: 'Top-K',
|
||||
topKTip: `K块将被送入Rerank型号。`,
|
||||
delimiter: `分段标识符`,
|
||||
delimiterTip:
|
||||
'支持多字符作为分隔符,多字符分隔符用`包裹。如配置成这样:\n`##`;那么就会用换行,两个#以及分号先对文本进行分割,然后按照“ token number”大小进行拼装。',
|
||||
html4excel: '表格转HTML',
|
||||
html4excelTip: `Excel 是否将被解析为 HTML 表。如果为 FALSE,Excel 中的每一行都将形成一个块。`,
|
||||
autoKeywords: '自动关键词',
|
||||
|
||||
Reference in New Issue
Block a user