From bc79fdd2eee9d61b9ce7dad2b6b8ca3faed1ca8b Mon Sep 17 00:00:00 2001 From: jack ning Date: Wed, 12 Jun 2024 12:07:31 +0800 Subject: [PATCH] update --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++-- README.zh.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 86 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8ec909375b..ee678e0022 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ * @Author: jackning 270580156@qq.com * @Date: 2024-06-05 09:43:27 * @LastEditors: jackning 270580156@qq.com - * @LastEditTime: 2024-06-12 11:57:36 + * @LastEditTime: 2024-06-12 12:07:25 * @Description: bytedesk.com https://github.com/Bytedesk/bytedesk * Please be aware of the BSL license restrictions before installing Bytedesk IM – * selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license. @@ -14,7 +14,45 @@ --> # Bytedesk -Customer service based on LLM && RAG +Chat as a Service + +## Language + +- [English](./README.md) +- [中文](./README.zh.md) + +## Introduction + +### Enterprise Instant Messaging/IM + +- Multi-level organizational structure +- role management +- Permission management +- Chat record management + +### Online customer service + +- Support multiple channels, multiple routing strategies, and detailed assessment indicators +- Seating workbench +- Work order system +- Seat management +- Data dashboard +- manual knowledge base +- Skill group management +- Real-time monitoring +- Announcements +- sensitive words +- CRM +- Report function, +- Provide customers with integrated customer service workbench services + +### Customer service assistant + +- Customer Service based on LLM && RAG + +### Large model AI assistant + +- More suitable for team use, one person configuration, for use throughout the company ## Getting Started diff --git a/README.zh.md b/README.zh.md index 31ccf9511a..0f3fbce076 100644 --- a/README.zh.md +++ b/README.zh.md @@ -2,7 +2,7 @@ * @Author: jackning 270580156@qq.com * @Date: 2024-06-05 09:44:23 * @LastEditors: jackning 270580156@qq.com - * @LastEditTime: 2024-06-12 11:59:42 + * @LastEditTime: 2024-06-12 12:07:15 * @Description: bytedesk.com https://github.com/Bytedesk/bytedesk * Please be aware of the BSL license restrictions before installing Bytedesk IM – * selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license. @@ -14,7 +14,50 @@ --> # 微语 -基于 LLM 和 RAG 的智能客服 +对话即服务,Chat as a Service + +## 语言 + +- [English](./README.md) +- [中文](./README.zh.md) + +## 介绍 + +### 社交IM:跟好友聊 + +- 好友、 +- 群组、 + +### 企业IM:跟同事聊 + +- 多层组织架构、 +- 角色管理 +- 权限管理 +- 聊天记录管理 + +### 在线客服:跟客户聊 + +- 支持多渠道、多种路由策略、详细考核指标 +- 坐席工作台、 +- 工单系统、 +- 坐席管理、 +- 数据看板、 +- 人工知识库、 +- 技能组管理、 +- 实时监控、 +- 公告、 +- 敏感词、 +- CRM、 +- 报表功能, +- 为客户提供一体化客服工作台服务 + +### 智能客服 + +- 基于大模型 LLM && RAG 的智能客服 + +### 大模型AI助手 + +- 更适合团队使用,一人配置,全公司使用 ## 快速开始 @@ -25,7 +68,7 @@ git clone https://github.com/Bytedesk/bytedesk.git # cd bytedesk mvn install -Dmaven.test.skip=true -# +# cd bytedesk/starter mvn spring-boot:run # 打包jar并运行: