feat(web): memory manage & memory detail ui upgrade
This commit is contained in:
@@ -1548,7 +1548,7 @@ export const en = {
|
||||
Meaning: 'Meaning',
|
||||
|
||||
exampleMemoryExtractionResults: 'Example Memory Extraction Results',
|
||||
exampleMemoryExtractionResultsSubTitle: '(from a technology conference)',
|
||||
exampleMemoryExtractionResultsSubTitle: 'from a technology conference',
|
||||
|
||||
extractTheNumberOfEntities: 'Extract the number of entities',
|
||||
extractTheNumberOfEntitiesDesc: 'Merge after deduplication: {{num}} (exact: {{exact}}, fuzzy: {{fuzzy}}, LLM: {{llm}})',
|
||||
@@ -1670,7 +1670,12 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
disagreementCase: 'Disagreement Case',
|
||||
Pruned: 'Pruned',
|
||||
pruning: 'Pruning',
|
||||
pruning_desc: 'Text pruning {{count}} fragments'
|
||||
pruning_desc: 'Text pruning {{count}} fragments',
|
||||
|
||||
processData: 'Process Data',
|
||||
finalResult: 'Final Result',
|
||||
chunking: 'Chunking',
|
||||
dataStatistics: 'Data Statistics',
|
||||
},
|
||||
memoryConversation: {
|
||||
searchPlaceholder: 'Enter user ID...',
|
||||
|
||||
@@ -1546,7 +1546,7 @@ export const zh = {
|
||||
Meaning: '含义',
|
||||
|
||||
exampleMemoryExtractionResults: '示例记忆提取结果',
|
||||
exampleMemoryExtractionResultsSubTitle: '(来自技术会议)',
|
||||
exampleMemoryExtractionResultsSubTitle: '来自技术会议',
|
||||
|
||||
extractTheNumberOfEntities: '提取实体数量',
|
||||
extractTheNumberOfEntitiesDesc: '去重后合并:{{num}}(精确:{{exact}},模糊:{{fuzzy}},LLM:{{llm}})',
|
||||
@@ -1666,7 +1666,12 @@ export const zh = {
|
||||
disagreementCase: '不一致案例',
|
||||
Pruned: '已剪枝',
|
||||
pruning: '剪枝',
|
||||
pruning_desc: '文本剪枝{{count}}个片段'
|
||||
pruning_desc: '文本剪枝{{count}}个片段',
|
||||
|
||||
processData: '处理数据',
|
||||
finalResult: '最终结果',
|
||||
chunking: '分块',
|
||||
dataStatistics: '数据统计',
|
||||
},
|
||||
memoryConversation: {
|
||||
chatEmpty:'有什么我可以帮您的吗?',
|
||||
|
||||
Reference in New Issue
Block a user