Feat: Add tag_kwd parameter to chunk configuration modal #4368 (#4414)

### 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:
balibabu
2025-01-08 19:45:34 +08:00
committed by GitHub
parent 3d66d78304
commit af43cb04e8
13 changed files with 204 additions and 13 deletions

View File

@ -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: '解析塊',