OpenKF

⭐️ OpenKF(Open Knowledge Flow) is an online intelligent customer service system. ⭐️

A+ good first

English中文

---- ## 🧩 Awesome features 1. [OpenKF](https://https://github.com/OpenIMSDK/OpenKF) is an opensource customer service system based on [OpenIM](https://https://github.com/OpenIMSDK). 2. Support LLM(Local Knowledgebase) customer service. 3. Support multi-channel customer service, and easy to integrate with third-party systems. 4. Easy to deploy and secondary development. ## 🛫 Quick start > **Note**: You can get started quickly with OpenKF. ### 📦 Installation ```bash git clone https://https://github.com/OpenIMSDK/OpenKF ``` ### 🚀 Run ```bash ``` ## 🕋 Architecture diagram ![Architecture](assets/images/architecture.png) **MVC Architecture Design:** ![MVC](assets/images/mvc.png) ## 🤖 File Directory Description Catalog standardization design structure: ```bash . ├── assets │ └── images ├── build ├── deploy ├── docs ├── kf_plugins # Local knowledgebase with LLM │ ├── chat │ ├── config │ ├── data │ ├── logs │ ├── model │ └── utils ├── scripts │ ├── githooks │ └── LICENSE ├── server # OpenKF backend │ ├── cmd │ ├── data │ ├── docs │ ├── examples │ ├── internal │ ├── logs │ ├── pkg │ ├── test │ └── tools └── web # OpenKF frontend ├── public ├── scripts └── src ``` ## 🗓️ community meeting We want anyone to get involved in our community, we offer gifts and rewards, and we welcome you to join us every Thursday night. We take notes of each [biweekly meeting](https://github.com/orgs/OpenIMSDK/discussions/categories/meeting) in [GitHub discussions](https://github.com/OpenIMSDK/OpenKF/discussions/categories/meeting), and our minutes are written in [Google Docs](https://docs.google.com/document/d/1nx8MDpuG74NASx081JcCpxPgDITNTpIIos0DS6Vr9GU/edit?usp=sharing). ## 🤼‍ Contributing & Development OpenIMSDK Our goal is to build a top-level open source community. We have a set of standards, in the [Community repository](https://github.com/OpenIMSDK/community). If you'd like to contribute to this OpenKF repository, please read our [contributor documentation](https://github.com/OpenIMSDK/OpenKF/blob/main/CONTRIBUTING.md). Before you start, please make sure your changes are in demand. The best for that is to create a [new discussion](https://github.com/OpenIMSDK/OpenKF/discussions/new/choose) OR [Slack Communication](https://join.slack.com/t/openimsdk/shared_invite/zt-1tmoj26uf-_FDy3dowVHBiGvLk9e5Xkg), or if you find an issue, [report it](https://github.com/OpenIMSDK/OpenKF/issues/new/choose) first. ## 🚨 License OpenIMSDK is licensed under the Apache 2.0 license. See [LICENSE](https://github.com/OpenIMSDK/OpenKF/tree/main/LICENSE) for the full license text. [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FOpenIMSDK%2FOpenIMSDK.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FOpenIMSDK%2FOpenKF?ref=badge_large) ## 🔮 Thanks to our contributors!