update@添加交流方式

This commit is contained in:
yanqiang 2023-04-17 18:03:26 +08:00
parent f3b44c5c0d
commit 6041762989
1 changed files with 6 additions and 0 deletions

View File

@ -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