基于 LLM 大语言模型的知识库问答系统。开箱即用,支持快速嵌入到第三方业务系统,1Panel 官方出品。
Go to file
shaohuzhang1 64443ee136
feat: Application import and export (#1836)
2024-12-16 14:19:57 +08:00
.github build: try another LLM for code review. 2024-12-11 17:10:11 +08:00
.idea chore: Add icon for JetBrains Toolbox 2024-03-26 22:08:01 +08:00
apps feat: Application import and export (#1836) 2024-12-16 14:19:57 +08:00
installer build: 修复环境变量 (#1780) 2024-12-06 11:14:48 +08:00
ui feat: Application import and export (#1836) 2024-12-16 14:19:57 +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 (#1833) 2024-12-15 11:28:44 +08:00
README_EN.md chore: Update README_EN.md (#1823) 2024-12-12 10:02:04 +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 feat: add speech_to_text node and text_to_speech node 2024-12-13 15:02:06 +08:00

MaxKB

Top-Rated Retrieval-Augmented Generation (RAG) Chatbot.

1Panel-dev%2FMaxKB | Trendshift

License: GPL v3 Latest release Stars Download


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.

  • 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.
  • Model-Agnostic: Supports various large models, including private models (such as Llama 3, Qwen 2, etc.) and public models (like OpenAI, Claude, Gemini, etc.).
  • 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.

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..

Screenshots

MaxKB Demo1 MaxKB Demo2
MaxKB Demo3 MaxKB Demo4

Technical stack

License

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.