基于 LLM 大语言模型的知识库问答系统。开箱即用,支持快速嵌入到第三方业务系统,1Panel 官方出品。
Go to file
shaohuzhang1 16ecccbd31
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
fix: The document list status filtering is incorrect. (#1822)
(cherry picked from commit 36f1a3ba64)
2024-12-11 20:11:23 +08:00
.github Update llm-code-review.yml 2024-11-05 14:55:01 +08:00
.idea chore: Add icon for JetBrains Toolbox 2024-03-26 22:08:01 +08:00
apps fix: The document list status filtering is incorrect. (#1822) 2024-12-11 20:11:23 +08:00
installer build: 修复环境变量 (#1780) 2024-12-09 14:10:27 +08:00
ui fix: The document list status filtering is incorrect. (#1822) 2024-12-11 20:11:23 +08:00
.dockerignore build: Update .dockerignore 2024-04-15 14:17:59 +08:00
.gitignore fix: 忽略icon文件 2024-10-29 19:20:05 +08:00
.typos.toml fix: 修复文档表格按照状态过滤没有生成问题中的缺陷 2024-10-29 21:21:53 +08:00
CODE_OF_CONDUCT.md docs: add CODE_OF_CONDUCT.md 2024-04-23 22:57:27 +08:00
CONTRIBUTING.md chore: use unseq list 2024-07-02 18:34:30 +08:00
LICENSE Initial commit 2023-09-14 10:05:12 +08:00
README.md chore: Update README.md (#1624) 2024-11-13 19:15:08 +08:00
README_EN.md docs: Update README.md. 2024-09-26 11:54:31 +08:00
SECURITY.md docs: add SECURITY.md 2024-04-23 22:59:58 +08:00
config_example.yml feat: 支持通过环境变量修改配置 2024-05-28 15:55:05 +08:00
main.py fix: 解决local_model服务端口冲突问题 2024-08-21 16:26:56 +08:00
package-lock.json feat: 支持工作流 (#671) 2024-07-01 09:45:59 +08:00
pyproject.toml refactor: 修改依赖包的方法 2024-11-01 17:33:28 +08:00

MaxKB

Knowledge base, question answering system, based on LLM large language models

1Panel-dev%2FMaxKB | Trendshift

License: GPL v3 Codacy Latest release Stars Download


MaxKB = Max Knowledge BaseIt is an open source knowledge base question and answer system based on the LLM large language model. It is widely used in enterprise internal knowledge bases, customer services, academic research and education and other scenarios.

  • Out-of-the-box: Supports direct uploading of documents, automatic crawling of online documents, automatic text splitting, vectorization, RAG (retrieval enhancement generation), and a good interactive experience in intelligent question and answer;
  • Model neutral: Supports docking with various large language models, including local private large models (Llama 3/Qwen 2, etc.), domestic public large models (Tongyi Qianwen/Zhipu AI/Baidu Qianfan/Kimi/DeepSeek, etc.) and foreign public models Large models (OpenAI / Azure OpenAI / Gemini, etc.);
  • Flexible Orchestration: Built-in powerful workflow engine supports the orchestration of AI work processes to meet the needs of complex business scenarios;
  • Seamless Embedding: Supports rapid embedding into third-party business systems with zero coding, allowing existing systems to quickly have intelligent question and answer capabilities and improve user satisfaction

Quick start

docker run -d --name=maxkb --restart=always -p 8080:8080 -v ~/.maxkb:/var/lib/postgresql/data -v ~/.python-packages:/opt/maxkb/app/sandbox/python-packages cr2.fit2cloud.com/1panel/maxkb

# username: admin
# pass: MaxKB@123..
  • You can also quickly deploy MaxKB + Ollama + Llama 3 through 1Panel App Store. A knowledge base question and answer system based on a local large model can be launched within 30 minutes and embedded into In third-party business systems;
  • If it is an intranet environment, it is recommended to use offline installation package for installation and deployment;
  • You can also experience it online: DataEase Assistant, which is an intelligent question and answer system based on MaxKB and has been embedded in DataEase products and online documents.
  • MaxKB's product version is divided into community version and professional version. For details, please see: MaxKB product version comparison.

If you have more questions, you can check the user manual or communicate with us through the forum. If you need to build a technical blog or knowledge base, it is recommended to use Halo open source website building tool. You can experience Feizhiyuns official Technical Blog and Knowledge Base cases.

UI Screenshots

MaxKB Demo1 MaxKB Demo2
MaxKB Demo3 MaxKB Demo4

Stack Used

Other Projects From Feizhiyun

  • 1Panel - Modern, open source Linux server operation and maintenance management panel
  • JumpServer - Popular open source bastion host
  • DataEase - Open source data visualization analysis tools available to everyone
  • MeterSphere - New generation of open-source test tools
  • Halo - Powerful and easy-to-use open source website building tool

License

Copyright (c) 2014-2024 Feizhiyun 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.