mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Updated RAPTOR-specific UI (#7348)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -334,13 +334,13 @@ export default {
|
||||
{cluster_content}
|
||||
The above is the content you need to summarize.`,
|
||||
maxToken: 'Max token',
|
||||
maxTokenTip: 'Maximum token number for summarization.',
|
||||
maxTokenTip: 'The maximum number of tokens per generated summary chunk.',
|
||||
maxTokenMessage: 'Max token is required',
|
||||
threshold: 'Threshold',
|
||||
thresholdTip: 'The bigger the threshold is the less cluster will be.',
|
||||
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: 'Maximum cluster number.',
|
||||
maxClusterTip: 'The maximum number of clusters to create.',
|
||||
maxClusterMessage: 'Max cluster is required',
|
||||
randomSeed: 'Random seed',
|
||||
randomSeedMessage: 'Random seed is required',
|
||||
|
||||
Reference in New Issue
Block a user