From 589bbef8de4b8ddc8345d9827361532e991e1cce Mon Sep 17 00:00:00 2001 From: tpoisonooo Date: Thu, 15 Aug 2024 11:45:32 +0800 Subject: [PATCH 1/3] Update README_zh.md --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index cb1c5fa0..861181fc 100644 --- a/README_zh.md +++ b/README_zh.md @@ -32,7 +32,7 @@ 茴香豆是一个基于 LLM 的**群聊**知识助手,优势: 1. 设计预处理、拒答、响应三阶段 pipeline 应对群聊场景,解答问题同时不会消息泛滥。精髓见 [2401.08772](https://arxiv.org/abs/2401.08772),[2405.02817](https://arxiv.org/abs/2405.02817),[混合检索](./docs/knowledge_graph_zh.md)和[业务数据精度测试](./evaluation) -2. 成本低至 2G 显存,无需训练适用各行业 +2. 无需训练适用各行业,提供 CPU-only、2G、10G、80G 规格配置 3. 提供一整套前后端 web、android、算法源码,工业级开源可商用 查看[茴香豆已运行在哪些场景](./huixiangdou-inside.md);加入[微信群](resource/figures/wechat.jpg)直接体验群聊助手效果。 From 109b81516207d80cfcd8f5274b38c47774496db0 Mon Sep 17 00:00:00 2001 From: tpoisonooo Date: Thu, 15 Aug 2024 11:46:55 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed40b399..fd8b6e8a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ HuixiangDou is a **group chat** assistant based on LLM (Large Language Model). Advantages: 1. Design a three-stage pipeline of preprocess, rejection and response to cope with group chat scenario, answer user questions without message flooding, see [2401.08772](https://arxiv.org/abs/2401.08772), [2405.02817](https://arxiv.org/abs/2405.02817), [Hybrid Retrieval](./docs/knowledge_graph_en.md) and [Precision Report](./evaluation/). -2. Low cost, minimum requirement of 2GB memory and no need for training +2. No training required, with CPU-only, 2G, 10G, and 80G configuration 3. Offers a complete suite of Web, Android, and pipeline source code, industrial-grade and commercially viable Check out the [scenes in which HuixiangDou are running](./huixiangdou-inside.md) and join [WeChat Group](resource/figures/wechat.jpg) to try AI assistant inside. From 55864653a2f6c8a3835eb419d4b1687e9880cc27 Mon Sep 17 00:00:00 2001 From: tpoisonooo Date: Thu, 15 Aug 2024 11:47:15 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd8b6e8a..b57ccd10 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ HuixiangDou is a **group chat** assistant based on LLM (Large Language Model). Advantages: 1. Design a three-stage pipeline of preprocess, rejection and response to cope with group chat scenario, answer user questions without message flooding, see [2401.08772](https://arxiv.org/abs/2401.08772), [2405.02817](https://arxiv.org/abs/2405.02817), [Hybrid Retrieval](./docs/knowledge_graph_en.md) and [Precision Report](./evaluation/). -2. No training required, with CPU-only, 2G, 10G, and 80G configuration +2. No training required, with CPU-only, 2G, 10G and 80G configuration 3. Offers a complete suite of Web, Android, and pipeline source code, industrial-grade and commercially viable Check out the [scenes in which HuixiangDou are running](./huixiangdou-inside.md) and join [WeChat Group](resource/figures/wechat.jpg) to try AI assistant inside.