Spaces:
Runtime error
Runtime error
File size: 1,333 Bytes
751a54e 96cd96f 751a54e 96cd96f 7cb5538 6041762 8941872 7cb5538 751a54e 96cd96f 751a54e 96cd96f 751a54e 6041762 751a54e 6af4300 6041762 8569de4 19ea45c fe6f85d 3f33566 8569de4 751a54e 96cd96f 46670ec 8941872 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
# Chinese-LangChain
> Chinese-LangChain:中文langchain项目,基于ChatGLM-6b+langchain实现本地化知识库检索与智能答案生成
## 🔥 效果演示
![](https://github.com/yanqiangmiffy/Chinese-LangChain/blob/master/images/result.png)
## 🚀 特性
- 2023/04/17 支持多种文档上传与内容解析:pdf、docx,ppt等
- 2023/04/17 支持知识增量更新
[//]: # (- 支持检索结果与LLM生成结果对比)
## 🔨 TODO
* [x] 支持上下文
* [x] 支持知识增量更新
* [x] 支持检索结果与LLM生成结果对比
* [ ] 支持检索生成结果与原始LLM生成结果对比
* [ ] 检索结果过滤与排序
* [ ] 互联网检索结果接入
* [ ] 模型初始化有问题
## 交流
欢迎多提建议、Bad cases,目前尚不完善,欢迎进群及时交流,也欢迎大家多提PR
<img src="https://raw.githubusercontent.com/yanqiangmiffy/Chinese-LangChain/master/images/ch.jpg" width="300px">
<img src="https://raw.githubusercontent.com/yanqiangmiffy/Chinese-LangChain/master/images/chatgroup.jpg" width="300px">
>>>>>>> 19ea45c4520fb522e20bf579b9dc20024e648121
## ❤️引用
- webui参考:https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui
- knowledge问答参考:https://github.com/imClumsyPanda/langchain-ChatGLM
- LLM模型:https://github.com/THUDM/ChatGLM-6B
|