mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 08:56:47 +08:00
### What problem does this PR solve? Feat: Add TagFeatureItem #4368 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -338,6 +338,8 @@ This procedure will improve precision of retrieval by adding more information to
|
||||
</ul>
|
||||
`,
|
||||
topnTags: 'Top-N Tags',
|
||||
tags: 'Tags',
|
||||
addTag: 'Add tag',
|
||||
},
|
||||
chunk: {
|
||||
chunk: 'Chunk',
|
||||
|
||||
@ -322,6 +322,8 @@ export default {
|
||||
<li>關鍵字由 LLM 生成,既昂貴又耗時。
|
||||
</ul>
|
||||
`,
|
||||
tags: '標籤',
|
||||
addTag: '增加標籤',
|
||||
},
|
||||
chunk: {
|
||||
chunk: '解析塊',
|
||||
|
||||
@ -339,6 +339,8 @@ export default {
|
||||
<li>关键字由 LLM 生成,这既昂贵又耗时。 </li>
|
||||
</ul>
|
||||
`,
|
||||
tags: '标签',
|
||||
addTag: '增加标签',
|
||||
},
|
||||
chunk: {
|
||||
chunk: '解析块',
|
||||
|
||||
Reference in New Issue
Block a user