create hf

This commit is contained in:
yanqiangmiffy 2023-04-19 22:11:43 +08:00
parent 665354c3b0
commit 402215dbdb
2 changed files with 8 additions and 2 deletions

View File

@ -23,6 +23,7 @@ https://github.com/yanqiangmiffy/Chinese-LangChain
- 运行内存32g
### 运行环境
```text
langchain
gradio
@ -35,6 +36,13 @@ mdtex2html
chardet
cchardet
```
### 启动Gradio
```shell
python app.py
```
## 🚀 特性
- 📝 2023/04/19 发布45万Wikipedia的文本预处理语料以及FAISS索引向量
@ -82,8 +90,6 @@ cchardet
<img src="https://raw.githubusercontent.com/yanqiangmiffy/Chinese-LangChain/master/images/ch.jpg" width="180px"><img src="https://raw.githubusercontent.com/yanqiangmiffy/Chinese-LangChain/master/images/chatgroup.jpg" width="180px" height="270px"><img src="https://raw.githubusercontent.com/yanqiangmiffy/Chinese-LangChain/master/images/personal.jpg" width="180px">
</figure>
## ❤️引用
- webui参考https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui

View File