From c8874a016f0c9e57fb73ae6d6e3fe4270dea2d81 Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Mon, 10 Feb 2025 17:58:55 +0800 Subject: [PATCH] feat: The international version adds MaxKB --- maxkb/1.9.1/data.yml | 9 +++++++++ maxkb/README.md | 9 +++++---- maxkb/README_en.md | 17 +++++++++++++++++ maxkb/data.yml | 17 +++++++++++++---- 4 files changed, 44 insertions(+), 8 deletions(-) create mode 100644 maxkb/README_en.md diff --git a/maxkb/1.9.1/data.yml b/maxkb/1.9.1/data.yml index 31e9d0715..8556efd53 100644 --- a/maxkb/1.9.1/data.yml +++ b/maxkb/1.9.1/data.yml @@ -5,6 +5,15 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + ja: ポート + ms: Port + pt-br: Porta + ru: Порт + ko: 포트 + zh-Hant: 埠 + zh: 端口 required: true rule: paramPort type: number \ No newline at end of file diff --git a/maxkb/README.md b/maxkb/README.md index d102d7c3b..3414a8835 100644 --- a/maxkb/README.md +++ b/maxkb/README.md @@ -7,10 +7,11 @@ password:MaxKB@123.. # MaxKB -**MaxKB** 是一款基于 LLM 大语言模型的知识库问答系统 +**MaxKB** = Max Knowledge Base,是一款基于大语言模型和 RAG 的开源知识库问答系统,广泛应用于智能客服、企业内部知识库、学术研究与教育等场景。 ## 优势: -- **多模型支持**:支持对接主流的大模型,包括本地私有大模型(如 Llama 2)、Azure OpenAI 和百度千帆大模型等; -- **开箱即用**:支持直接上传文档、自动爬取在线文档,支持文本自动拆分、向量化,智能问答交互体验好; -- **无缝嵌入**:支持零编码快速嵌入到第三方业务系统。 \ No newline at end of file +- **开箱即用**:支持直接上传文档 / 自动爬取在线文档,支持文本自动拆分、向量化和 RAG(检索增强生成),有效减少大模型幻觉,智能问答交互体验好; +- **模型中立**:支持对接各种大模型,包括本地私有大模型(DeekSeek R1 / Llama 3 / Qwen 2 等)、国内公共大模型(通义千问 / 腾讯混元 / 字节豆包 / 百度千帆 / 智谱 AI / Kimi 等)和国外公共大模型(OpenAI / Claude / Gemini 等); +- **灵活编排**:内置强大的工作流引擎和函数库,支持编排 AI 工作过程,满足复杂业务场景下的需求; +- **无缝嵌入**:支持零编码快速嵌入到第三方业务系统,让已有系统快速拥有智能问答能力,提高用户满意度。 \ No newline at end of file diff --git a/maxkb/README_en.md b/maxkb/README_en.md new file mode 100644 index 000000000..0a56fcf55 --- /dev/null +++ b/maxkb/README_en.md @@ -0,0 +1,17 @@ +# Default admin credentials + +``` +username:admin +password:MaxKB@123.. +``` + +# MaxKB + +**MaxKB** = Max Knowledge Base, it is a chatbot based on Large Language Models (LLM) and Retrieval-Augmented Generation (RAG). MaxKB is widely applied in scenarios such as intelligent customer service, corporate internal knowledge bases, academic research, and education. + +## Advantage + +- **Ready-to-Use**: 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 and function library, enabling the orchestration of AI processes to meet the needs of complex business scenarios. +- **Seamless Integration**: Facilitates zero-coding rapid integration into third-party business systems, quickly equipping existing systems with intelligent Q&A capabilities to enhance user satisfaction. +- **Model-Agnostic**: Supports various large models, including private models (such as DeepSeek, Llama, Qwen, etc.) and public models (like OpenAI, Claude, Gemini, etc.). \ No newline at end of file diff --git a/maxkb/data.yml b/maxkb/data.yml index dc5e10290..aa84e88db 100644 --- a/maxkb/data.yml +++ b/maxkb/data.yml @@ -1,15 +1,24 @@ name: MaxKB tags: - AI / 大模型 -title: 基于 LLM 大语言模型的知识库问答系统 -description: 基于 LLM 大语言模型的知识库问答系统 +title: 基于大语言模型和 RAG 的开源知识库问答系统 +description: 基于大语言模型和 RAG 的开源知识库问答系统 additionalProperties: key: maxkb name: MaxKB tags: - AI - shortDescZh: 基于 LLM 大语言模型的知识库问答系统 - shortDescEn: Knowledge Base Question Answering System based on LLM large language model + shortDescZh: 基于大语言模型和 RAG 的开源知识库问答系统 + shortDescEn: Ready-to-use, flexible RAG Chatbot + description: + en: Ready-to-use, flexible RAG Chatbot + ja: 使用準備ができて柔軟な RAG チャットボット + ms: Chatbot RAG yang fleksibel dan mudah digunakan + pt-br: Chatbot RAG flexível e pronto para uso + ru: Готовый к использованию, гибкий чат-бот RAG + ko: 사용 준비 완료, 유연한 RAG 챗봇 + zh-Hant: 基於大語言模型和 RAG 的開源知識庫問答系統 + zh: 基于大语言模型和 RAG 的开源知识库问答系统 type: tool crossVersionUpdate: true limit: 0