Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1panel-dev/maxkb
💬 Ready-to-use, flexible RAG Chatbot.
https://github.com/1panel-dev/maxkb
chatbot knowledgebase langchain llm maxkb ollama pgvector rag
Last synced: 3 days ago
JSON representation
💬 Ready-to-use, flexible RAG Chatbot.
- Host: GitHub
- URL: https://github.com/1panel-dev/maxkb
- Owner: 1Panel-dev
- License: gpl-3.0
- Created: 2023-09-14T02:05:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T12:29:17.000Z (about 1 month ago)
- Last Synced: 2024-12-21T19:02:45.794Z (about 1 month ago)
- Topics: chatbot, knowledgebase, langchain, llm, maxkb, ollama, pgvector, rag
- Language: Python
- Homepage: https://maxkb.cn
- Size: 37.3 MB
- Stars: 12,077
- Watchers: 77
- Forks: 1,575
- Open Issues: 73
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - MaxKB - 🚀 基于大语言模型和 RAG 的知识库问答系统。开箱即用、模型中立、灵活编排,支持快速嵌入到第三方业务系统。 (NLP)
README
Top-Rated Retrieval-Augmented Generation (RAG) Chatbot.
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
## Technical stack
- Frontend:[Vue.js](https://vuejs.org/)
- Backend:[Python / Django](https://www.djangoproject.com/)
- LangChain:[LangChain](https://www.langchain.com/)
- Vector DB:[PostgreSQL / pgvector](https://www.postgresql.org/)## 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
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.