mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-04 01:25:07 +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:
@ -153,6 +153,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