1Panel-dev%2FMaxKB | Trendshift
License: GPL v3 Codacy Latest release Stars Download
MaxKB = Max Knowledge Base, is an open-source knowledge base Q&A system based on LLM (Large Language Model), widely used in scenarios such as enterprise internal knowledge bases, customer service, academic research, and education.
- Ready to use: Supports direct document upload, automatic crawling of online documents, automatic text splitting, vectorization, RAG (Retrieval-Augmented Generation), and intelligent Q&A interaction experience;
- Model neutral: Supports integration with various large language models, including local private models (Llama 3 / Qwen 2, etc.), domestic public models (Tongyi Qianwen / Zhipu AI / Baidu Qianfan / Kimi / DeepSeek, etc.), and foreign public models (OpenAI / Azure OpenAI / Gemini, etc.);
- Flexible orchestration: Built-in powerful workflow engine, supports orchestrating AI work processes to meet the needs of complex business scenarios;
- Seamless embedding: Supports quick embedding into third-party business systems with zero coding, allowing existing systems to quickly have intelligent Q&A capabilities and improve user satisfaction.
docker run -d --name=maxkb -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
# Password: MaxKB@123..
- You can also quickly deploy MaxKB + Ollama + Llama 3 through the 1Panel App Store, and launch a knowledge base Q&A system based on local large models within 30 minutes, which can be embedded into third-party business systems;
- For intranet environments, it is recommended to use the offline installation package for installation and deployment;
- You can also experience it online: DataEase Assistant, which is an intelligent Q&A system built based on MaxKB and has been embedded into DataEase products and online documentation;
- MaxKB product versions are divided into Community Edition and Professional Edition, for details please refer to: 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 set up a tech blog or knowledge base, we recommend using the Halo open-source website building tool. You can experience FIT2CLOUD's official Tech Blog and Knowledge Base cases.
- User Manual
- Demo Video
- Forum Help
- Technical Exchange Group
- Frontend: Vue.js
- Backend: Python / Django
- LangChain: LangChain
- Vector Database: PostgreSQL / pgvector
- Large Models: Various local private or public large models
- 1Panel - Modern, open-source Linux server operation and management panel
- JumpServer - Popular open-source bastion host
- DataEase - Open-source data visualization and analysis tool for everyone
- MeterSphere - New generation open-source continuous testing tool
- Halo - Powerful and easy-to-use open-source website building tool
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.