From 604176298918dd0eb8b5323e3f7cf3a7f1345821 Mon Sep 17 00:00:00 2001 From: yanqiang Date: Mon, 17 Apr 2023 18:03:26 +0800 Subject: [PATCH] =?UTF-8?q?update@=E6=B7=BB=E5=8A=A0=E4=BA=A4=E6=B5=81?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6132a1c..42a0ac1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ > Chinese-LangChain:中文langchain项目,基于ChatGLM-6b+langchain实现本地化知识库检索与智能答案生成 ## 🔥 效果演示 + ![](https://github.com/yanqiangmiffy/Chinese-LangChain/blob/master/images/result.png) ## 🚀 特性 @@ -13,10 +14,15 @@ [//]: # (- 支持检索结果与LLM生成结果对比) ## 🔨 TODO + * [x] 支持上下文 * [x] 支持知识增量更新 * [x] 支持检索结果与LLM生成结果对比 * [ ] 支持检索生成结果与原始LLM生成结果对比 +* [ ] 检索结果过滤与排序 +* [ ] 互联网检索结果接入 +* [ ] 模型初始化有问题 + ## ❤️引用 - webui参考:https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui