From 1e49939c38c8a57b09ded3c45405731621237441 Mon Sep 17 00:00:00 2001 From: maninhill <41712985+maninhill@users.noreply.github.com> Date: Tue, 15 Apr 2025 14:27:10 +0800 Subject: [PATCH 1/2] chore: Update README.md (#2884) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78e81eb9e..d70140faa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

MaxKB

-

Ready-to-use AI Chatbot

+

Powerful and Easy-to-use AI Assistant

1Panel-dev%2FMaxKB | Trendshift

License: GPL v3 @@ -10,7 +10,7 @@


-MaxKB = Max Knowledge Brain, it is a ready-to-use AI chatbot that integrates Retrieval-Augmented Generation (RAG) pipelines, supports robust workflows, and provides advanced MCP tool-use capabilities. MaxKB is widely applied in scenarios such as intelligent customer service, corporate internal knowledge bases, academic research, and education. +MaxKB = Max Knowledge Brain, it is a powerful and easy-to-use AI assistant that integrates Retrieval-Augmented Generation (RAG) pipelines, supports robust workflows, and provides advanced MCP tool-use capabilities. MaxKB is widely applied in scenarios such as intelligent customer service, corporate internal knowledge bases, academic research, and education. - **RAG Pipeline**: Supports direct uploading of documents / automatic crawling of online documents, with features for automatic text splitting, vectorization, and RAG (Retrieval-Augmented Generation). This effectively reduces hallucinations in large models, providing a superior smart Q&A interaction experience. - **Flexible Orchestration**: Equipped with a powerful workflow engine, function library and MCP tool-use, enabling the orchestration of AI processes to meet the needs of complex business scenarios. From ec5fd9e343ac99f6dd2ebd2d9bf4d0db174f5251 Mon Sep 17 00:00:00 2001 From: liqiang-fit2cloud Date: Tue, 15 Apr 2025 14:23:32 +0800 Subject: [PATCH 2/2] docs: change defaultSlogan. --- ui/src/locales/lang/en-US/views/system.ts | 2 +- ui/src/locales/lang/zh-CN/views/system.ts | 2 +- ui/src/locales/lang/zh-Hant/views/system.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/locales/lang/en-US/views/system.ts b/ui/src/locales/lang/en-US/views/system.ts index 6488ed6b5..ce72a168b 100644 --- a/ui/src/locales/lang/en-US/views/system.ts +++ b/ui/src/locales/lang/en-US/views/system.ts @@ -123,7 +123,7 @@ export default { websiteSlogan: 'Welcome Slogan', websiteSloganPlaceholder: 'Please enter the welcome slogan', websiteSloganTip: 'The welcome slogan below the product logo', - defaultSlogan: 'Ready-to-use, flexible RAG Chatbot', + defaultSlogan: 'Ready-to-use open-source AI assistant', defaultTip: 'The default is the MaxKB platform interface, supports custom settings', logoDefaultTip: 'The default is the MaxKB login interface, supports custom settings', platformSetting: 'Platform Settings', diff --git a/ui/src/locales/lang/zh-CN/views/system.ts b/ui/src/locales/lang/zh-CN/views/system.ts index 1b72e1e01..72624d26a 100644 --- a/ui/src/locales/lang/zh-CN/views/system.ts +++ b/ui/src/locales/lang/zh-CN/views/system.ts @@ -121,7 +121,7 @@ export default { websiteSlogan: '欢迎语', websiteSloganPlaceholder: '请输入欢迎语', websiteSloganTip: '产品 Logo 下的欢迎语', - defaultSlogan: '欢迎使用 MaxKB 智能知识库问答系统', + defaultSlogan: '欢迎使用 MaxKB 开源 AI 助手', logoDefaultTip: '默认为 MaxKB 登录界面,支持自定义设置', defaultTip: '默认为 MaxKB 平台界面,支持自定义设置', platformSetting: '平台设置', diff --git a/ui/src/locales/lang/zh-Hant/views/system.ts b/ui/src/locales/lang/zh-Hant/views/system.ts index e27e6c122..1e33f22fb 100644 --- a/ui/src/locales/lang/zh-Hant/views/system.ts +++ b/ui/src/locales/lang/zh-Hant/views/system.ts @@ -123,7 +123,7 @@ export default { websiteSloganPlaceholder: '請輸入歡迎語', websiteSloganTip: '產品 Logo 下的歡迎語', logoDefaultTip: '默认为 MaxKB 登錄界面,支持自定义设置', - defaultSlogan: '歡迎使用 MaxKB 智能知識庫問答系統', + defaultSlogan: '歡迎使用 MaxKB 開源 AI 助手', defaultTip: '默認為 MaxKB 平台界面,支持自定義設置', platformSetting: '平台設置', showUserManual: '顯示用戶手冊',