Feat: Using IconFont as an additional icon library #3221 (#7427)

### What problem does this PR solve?
Feat: Using IconFont as an additional icon library #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-04-30 13:09:42 +08:00
committed by GitHub
parent ab27609a64
commit 1fc52033ba
11 changed files with 158 additions and 71 deletions

View File

@ -71,6 +71,7 @@ export default {
fileManager: 'File Management',
flow: 'Agent',
search: 'Search',
welcome: 'Welcome to',
},
knowledgeList: {
welcome: 'Welcome back',
@ -337,7 +338,8 @@ The above is the content you need to summarize.`,
maxTokenTip: 'The maximum number of tokens per generated summary chunk.',
maxTokenMessage: 'Max token is required',
threshold: 'Threshold',
thresholdTip: 'In RAPTOR, chunks are clustered by their semantic similarity. The Threshold parameter sets the minimum similarity required for chunks to be grouped together. A higher Threshold means fewer chunks in each cluster, while a lower one means more.',
thresholdTip:
'In RAPTOR, chunks are clustered by their semantic similarity. The Threshold parameter sets the minimum similarity required for chunks to be grouped together. A higher Threshold means fewer chunks in each cluster, while a lower one means more.',
thresholdMessage: 'Threshold is required',
maxCluster: 'Max cluster',
maxClusterTip: 'The maximum number of clusters to create.',