Spaces:
Runtime error
Runtime error
File size: 773 Bytes
751a54e 96cd96f 751a54e 96cd96f 7cb5538 8941872 7cb5538 751a54e 96cd96f 751a54e 96cd96f 751a54e 96cd96f 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 |
# 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] 支持知识增量更新
* [ ] 支持检索结果与LLM生成结果对比
## ❤️引用
- webui参考:https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui
- knowledge文档参考:https://github.com/imClumsyPanda/langchain-ChatGLM
- LLM模型:https://github.com/THUDM/ChatGLM-6B
|