chinese-langchain/README.md

25 lines
773 B
Markdown
Raw Normal View History

2023-04-17 16:25:49 +08:00
# Chinese-LangChain
2023-04-17 16:20:32 +08:00
2023-04-17 16:25:49 +08:00
> Chinese-LangChain中文langchain项目基于ChatGLM-6b+langchain实现本地化知识库检索与智能答案生成
2023-04-17 16:20:32 +08:00
2023-04-17 16:27:43 +08:00
## 🔥 效果演示
2023-04-17 16:28:13 +08:00
![](https://github.com/yanqiangmiffy/Chinese-LangChain/blob/master/images/result.png)
2023-04-17 16:27:43 +08:00
2023-04-17 16:25:49 +08:00
## 🚀 特性
2023-04-17 16:20:32 +08:00
2023-04-17 16:25:49 +08:00
- 2023/04/17 支持多种文档上传与内容解析pdf、docxppt等
- 2023/04/17 支持知识增量更新
2023-04-17 16:20:32 +08:00
[//]: # (- 支持检索结果与LLM生成结果对比)
2023-04-17 16:25:49 +08:00
## 🔨 TODO
* [x] 支持上下文
* [x] 支持知识增量更新
* [ ] 支持检索结果与LLM生成结果对比
## ❤️引用
2023-04-17 16:20:32 +08:00
- webui参考https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui
2023-04-17 16:30:54 +08:00
- knowledge问答参考https://github.com/imClumsyPanda/langchain-ChatGLM
2023-04-17 16:28:13 +08:00
- LLM模型https://github.com/THUDM/ChatGLM-6B