diff --git a/web/src/locales/en.ts b/web/src/locales/en.ts index fb5f9908b2..3674f1cfe5 100644 --- a/web/src/locales/en.ts +++ b/web/src/locales/en.ts @@ -3332,7 +3332,6 @@ The Indexer will store the content in the corresponding data structures for the summary: 'Summary', keywords: 'Keywords', questions: 'Questions', - tags: 'Tags', metadata: 'Metadata', fieldName: 'Result destination', enableSummary: 'Enable Summary', diff --git a/web/src/locales/zh.ts b/web/src/locales/zh.ts index 8ee02c6f71..c6911ac6d7 100644 --- a/web/src/locales/zh.ts +++ b/web/src/locales/zh.ts @@ -2914,7 +2914,6 @@ Tokenizer 会根据所选方式将内容存储为对应的数据结构。`, summary: '增强上下文', keywords: '关键词', questions: '问题', - tags: '标签', metadata: '元数据', fieldName: '结果目的地', enableSummary: '启用增强上下文',