mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-03 17:15:08 +08:00
### What problem does this PR solve? Feat: Add tag_kwd parameter to chunk configuration modal #4368 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -309,6 +309,19 @@ export default {
|
||||
searchTags: '搜尋標籤',
|
||||
tagCloud: '雲端',
|
||||
tagTable: '表',
|
||||
tagSet: '標籤庫',
|
||||
topnTags: 'Top-N 標籤',
|
||||
tagSetTip: `
|
||||
<p> 選擇「標籤」知識庫有助於標記每個區塊。 </p>
|
||||
<p>對這些區塊的查詢也將帶有標籤。
|
||||
此過程將透過向資料集添加更多資訊來提高檢索精度,特別是當存在大量區塊時。
|
||||
<p>標籤和關鍵字的差異:</p>
|
||||
<ul>
|
||||
<li>標籤是一個閉集,由使用者定義和操作,而關鍵字是一個開集。
|
||||
<li>您需要在使用前上傳包含範例的標籤集。
|
||||
<li>關鍵字由 LLM 生成,既昂貴又耗時。
|
||||
</ul>
|
||||
`,
|
||||
},
|
||||
chunk: {
|
||||
chunk: '解析塊',
|
||||
|
||||
Reference in New Issue
Block a user