diff --git a/web/src/i18n/en.ts b/web/src/i18n/en.ts index f342d8fd..c1420071 100644 --- a/web/src/i18n/en.ts +++ b/web/src/i18n/en.ts @@ -1028,9 +1028,7 @@ export const en = { memories: 'memories', expanded: 'Expand', description: 'Description', - entityType: 'Entity Type', conversationMemory: 'Conversation Storage Content', - sortByTimeDesc: 'Sort by time in descending order', editConfig: 'Edit Config', chooseModel: 'Choose Model', diff --git a/web/src/i18n/zh.ts b/web/src/i18n/zh.ts index 0225eab1..7eecaf45 100644 --- a/web/src/i18n/zh.ts +++ b/web/src/i18n/zh.ts @@ -1110,6 +1110,11 @@ export const zh = { memories: '记忆', expanded: '展开', + description: '描述', + conversationMemory: '对话存储内容', + editConfig: '编辑模型', + chooseModel: '选择模型', + nodeStatistics: '记忆分类', total: '总计', @@ -1150,6 +1155,9 @@ export const zh = { ragDesc: '基于向量检索,适合文档问答和语义搜索', neo4j: '图存储', neo4jDesc: '基于知识图谱,适合关系推理和路径查询', + llmModel: 'LLM 模型', + embeddingModel: 'Embedding 模型', + rerankModel: 'Rerank 模型' }, memoryExtractionEngine: { title: '记忆引擎模块配置中心',