feat(web): forgetting memory
This commit is contained in:
@@ -2150,5 +2150,37 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
orderPayInfo: 'Payment Information',
|
||||
create_time: 'Creation Time',
|
||||
},
|
||||
forgetDetail: {
|
||||
title: 'The forgetting management system helps AI intelligently manage memory lifecycle by automatically identifying low-value memories, setting forgetting strategies, and performing regular cleanup to optimize memory storage space and improve retrieval efficiency.',
|
||||
overviewTitle: 'Core Metrics Overview',
|
||||
totalMemory: 'Total Memory',
|
||||
MemoryHealth: 'Memory Health',
|
||||
riskOfForgetting: 'Risk of Forgetting',
|
||||
statement_count: 'Statement',
|
||||
entity_count: 'Entity',
|
||||
summary_count: 'Summary',
|
||||
chunk_count: 'Chunk',
|
||||
healthStatus: 'Health Status',
|
||||
average: 'Average Activation Value',
|
||||
threshold: 'Threshold Reference:',
|
||||
unhealthy: 'Unhealthy',
|
||||
healthy: 'Healthy',
|
||||
low_nodes: 'Low Activation Nodes',
|
||||
memoryHealthVisualization: 'Memory Health Visualization',
|
||||
activationValueDistribution: 'Activation Value Distribution',
|
||||
forgettingTrend: 'Forgetting Trend (Last 7 Days)',
|
||||
|
||||
nodes_without_activation: 'Observation Zone',
|
||||
low_activation_nodes: 'Forgetting Zone',
|
||||
health_nodes: 'Healthy Zone',
|
||||
average_activation: 'Average Activation Value',
|
||||
merged_count: 'Daily Merged Nodes Count',
|
||||
|
||||
pending_nodes: 'Risk Node Forgetting Pool',
|
||||
content_summary: 'Content Summary',
|
||||
node_type: 'Node Type',
|
||||
last_access_time: 'Last Activation Time',
|
||||
activation_value: 'Current Activation Value',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -2256,6 +2256,31 @@ export const zh = {
|
||||
totalMemory: '记忆总量',
|
||||
MemoryHealth: '记忆健康度',
|
||||
riskOfForgetting: '遗忘风险',
|
||||
}
|
||||
statement_count: '陈述',
|
||||
entity_count: '实体',
|
||||
summary_count: '摘要',
|
||||
chunk_count: '片段',
|
||||
healthStatus: '健康状态',
|
||||
average: '平均激活值',
|
||||
threshold: '阈值参考:',
|
||||
unhealthy: '不健康',
|
||||
healthy: '健康',
|
||||
low_nodes: '低激活节点',
|
||||
memoryHealthVisualization: '记忆健康可视化',
|
||||
activationValueDistribution: '激活值分布',
|
||||
forgettingTrend: '遗忘趋势(近7天)',
|
||||
|
||||
nodes_without_activation: '观察区',
|
||||
low_activation_nodes: '遗忘区',
|
||||
health_nodes: '健康区',
|
||||
average_activation: '平均激活值',
|
||||
merged_count: '每日融合节点数',
|
||||
|
||||
pending_nodes: '风险节点遗忘池',
|
||||
content_summary: '内容摘要',
|
||||
node_type: '节点类型',
|
||||
last_access_time: '最后激活时间',
|
||||
activation_value: '当前激活值',
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user