From b76d383ff3013e7a1ad432495f80f946cc0ceb1f Mon Sep 17 00:00:00 2001 From: tpoisonooo Date: Mon, 6 Jan 2025 20:21:30 +0800 Subject: [PATCH] Update README.md (#405) * Update README.md * Update README_zh.md --- README.md | 9 +++++++-- README_zh.md | 5 +++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d0d80c..11aceb0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ + +# 🎚️ Upgrade +[HuixiangDou2](https://github.com/tpoisonooo/HuixiangDou2) is an implementation of KG-LLM Retrieval. If you prioritize improving accuracy and don't mind the cost, try new version. + +--- + English | [简体中文](README_zh.md)
@@ -30,7 +36,7 @@ English | [简体中文](README_zh.md)
-HuixiangDou is a **professional knowledge assistant** based on LLM. +HuixiangDou1 is a **professional knowledge assistant** based on LLM. Advantages: @@ -50,7 +56,6 @@ Our Web version has been released to [OpenXLab](https://openxlab.org.cn/apps/det The Web version's API for Android also supports other devices. See [Python sample code](./tests/test_openxlab_android_api.py). -- \[2024/12\] **HuixiangDou2** is coming soon - \[2024/09\] [Inverted indexer](https://github.com/InternLM/HuixiangDou/pull/387) makes LLM prefer knowledge base🎯 - \[2024/09\] [Code retrieval](./huixiangdou/service/parallel_pipeline.py) - \[2024/08\] [chat_with_readthedocs](https://huixiangdou.readthedocs.io/en/latest/), see [how to integrate](./docs/zh/doc_add_readthedocs.md) 👍 diff --git a/README_zh.md b/README_zh.md index dcafe7e..b537865 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,3 +1,8 @@ +# 🎚️ 版本升级 +[HuixiangDou2](https://github.com/tpoisonooo/HuixiangDou2) 是一套基于图谱的检索方案,如果你关注精度提升、不在意建立知识库的成本,试试新版。 + +--- + [English](README.md) | 简体中文