Skip to content
/ MaxKB Public
forked from 1Panel-dev/MaxKB

🚀 基于大语言模型和 RAG 的知识库问答系统。开箱即用、模型中立、灵活编排,支持快速嵌入到第三方业务系统。

License

Notifications You must be signed in to change notification settings

End-Q/MaxKB

Repository files navigation

MaxKB

基于 LLM 大语言模型的知识库问答系统

License: GPL v3 Codacy Latest release Stars


MaxKB 是一款基于 LLM 大语言模型的知识库问答系统。

  • 多模型:支持对接主流的大模型,包括本地私有大模型(如 Llama 2)、Azure OpenAI 和百度千帆大模型等;
  • 开箱即用:支持直接上传文档、自动爬取在线文档,支持文本自动拆分、向量化,智能问答交互体验好;
  • 无缝嵌入:支持零编码快速嵌入到第三方业务系统。

快速开始

docker run -d --name=maxkb -p 8000:8000 ghcr.io/1panel-dev/maxkb

也可以通过 1Panel 应用商店 快速部署 MaxKB + Ollama(Llama 2),30 分钟内即可上线基于本地大模型的知识库问答系统。

UI 展示

Demo1 Demo2
Demo3 Demo4

社区交流

论坛

技术栈

License

Copyright (c) 2014-2024 飞致云 FIT2CLOUD, All rights reserved.

Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.gnu.org/licenses/gpl-3.0.html

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

🚀 基于大语言模型和 RAG 的知识库问答系统。开箱即用、模型中立、灵活编排,支持快速嵌入到第三方业务系统。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.9%
  • Vue 33.2%
  • TypeScript 10.3%
  • SCSS 0.8%
  • JavaScript 0.5%
  • HTML 0.2%
  • Other 0.1%