Updated RAPTOR-specific UI (#7348)

### What problem does this PR solve?

### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2025-04-27 16:49:14 +08:00
committed by GitHub
parent a4be6c50cf
commit 43e507d554
9 changed files with 25 additions and 25 deletions

View File

@ -293,13 +293,13 @@ export default {
{cluster_content}
上記が要約する内容です。`,
maxToken: '最大トークン数',
maxTokenTip: '要約のための最大トークン数。',
maxTokenTip: '生成された要約チャンクごとの最大トークン数。',
maxTokenMessage: '最大トークン数は必須です',
threshold: 'しきい値',
thresholdTip: 'しきい値が大きいほどクラスターは少なくなります。',
thresholdTip: 'RAPTORでは、チャンクは意味的な類似性によってクラスタリングされます。しきい値パラメータは、チャンクをまとめるために必要な最小限の類似度を設定します。しきい値が高いほどクラスタ内のチャンク数は少なくなり、しきい値が低いほど多くのチャンクが1つのクラスタに含まれます。',
thresholdMessage: 'しきい値は必須です',
maxCluster: '最大クラスター数',
maxClusterTip: '最大クラスタ数。',
maxClusterTip: '作成するクラスタの最大数。',
maxClusterMessage: '最大クラスター数は必須です',
randomSeed: 'ランダムシード',
randomSeedMessage: 'ランダムシードは必須です',