feat(web): change memory extraction pruning_scene control

This commit is contained in:
zhaoying
2026-03-06 13:54:33 +08:00
parent 0b2651f4ed
commit fed0ae8e9c
5 changed files with 28 additions and 18 deletions

View File

@@ -1572,7 +1572,7 @@ export const en = {
intelligentSemanticPruningFunction: 'Intelligent Semantic Pruning Function',
intelligentSemanticPruningFunctionDesc: 'Whether to activate intelligent semantic pruning (true/false).',
intelligentSemanticPruningScene: 'Intelligent Semantic Pruning Scene',
intelligentSemanticPruningSceneDesc: 'Select intelligent semantic pruning scene (education, online_service, outbound).',
intelligentSemanticPruningSceneDesc: 'Semantic pruning scenarios are consistent with ontology engineering scenarios',
intelligentSemanticPruningThreshold: 'Intelligent Semantic Pruning Threshold',
intelligentSemanticPruningThresholdDesc: 'Set intelligent semantic pruning threshold (0-0.9).',
reflectionEngine: 'Self-Reflexion Engine',

View File

@@ -1571,7 +1571,7 @@ export const zh = {
intelligentSemanticPruningFunction: '智能语义修剪功能',
intelligentSemanticPruningFunctionDesc: '是否激活智能语义修剪true/false。',
intelligentSemanticPruningScene: '智能语义修剪场景',
intelligentSemanticPruningSceneDesc: '选择智能语义修剪场景education、online_service、outbound',
intelligentSemanticPruningSceneDesc: '语义剪枝场景与本体工程场景一致',
intelligentSemanticPruningThreshold: '智能语义修剪阈值',
intelligentSemanticPruningThresholdDesc: '设置智能语义修剪阈值0-0.9)。',
reflectionEngine: '自我反思引擎',