diff --git a/web/app/components/plugins/constants.ts b/web/app/components/plugins/constants.ts index 103f24dcf7..7436611c79 100644 --- a/web/app/components/plugins/constants.ts +++ b/web/app/components/plugins/constants.ts @@ -1,5 +1,6 @@ export const tagKeys = [ 'agent', + 'rag', 'search', 'image', 'videos', diff --git a/web/i18n/en-US/plugin-tags.ts b/web/i18n/en-US/plugin-tags.ts index d2177b2848..840c22af0f 100644 --- a/web/i18n/en-US/plugin-tags.ts +++ b/web/i18n/en-US/plugin-tags.ts @@ -3,6 +3,7 @@ const translation = { searchTags: 'Search Tags', tags: { agent: 'Agent', + rag: 'RAG', search: 'Search', image: 'Image', videos: 'Videos', diff --git a/web/i18n/ja-JP/plugin-tags.ts b/web/i18n/ja-JP/plugin-tags.ts index ace8c9b97e..5a194790b1 100644 --- a/web/i18n/ja-JP/plugin-tags.ts +++ b/web/i18n/ja-JP/plugin-tags.ts @@ -15,6 +15,7 @@ const translation = { news: 'ニュース', other: '他', agent: 'エージェント', + rag: 'RAG', business: 'ビジネス', travel: '旅行', }, diff --git a/web/i18n/zh-Hans/plugin-tags.ts b/web/i18n/zh-Hans/plugin-tags.ts index c133992b38..eca233306e 100644 --- a/web/i18n/zh-Hans/plugin-tags.ts +++ b/web/i18n/zh-Hans/plugin-tags.ts @@ -3,6 +3,7 @@ const translation = { searchTags: '搜索标签', tags: { agent: 'Agent', + rag: 'RAG', search: '搜索', image: '图片', videos: '视频',