feat(web): forgetting memory

This commit is contained in:
zhaoying
2026-01-07 20:37:34 +08:00
parent 75d5121234
commit a1e8d858a2
18 changed files with 717 additions and 83 deletions

View File

@@ -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',
},
},
};