Spaces:
Runtime error
Runtime error
quincyqiang
commited on
Commit
•
402215d
1
Parent(s):
665354c
create hf
Browse files- README.md +8 -2
- main.py → app.py +0 -0
README.md
CHANGED
@@ -23,6 +23,7 @@ https://github.com/yanqiangmiffy/Chinese-LangChain
|
|
23 |
- 运行内存:32g
|
24 |
|
25 |
### 运行环境
|
|
|
26 |
```text
|
27 |
langchain
|
28 |
gradio
|
@@ -35,6 +36,13 @@ mdtex2html
|
|
35 |
chardet
|
36 |
cchardet
|
37 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
## 🚀 特性
|
39 |
|
40 |
- 📝 2023/04/19 发布45万Wikipedia的文本预处理语料以及FAISS索引向量
|
@@ -82,8 +90,6 @@ cchardet
|
|
82 |
<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">
|
83 |
</figure>
|
84 |
|
85 |
-
|
86 |
-
|
87 |
## ❤️引用
|
88 |
|
89 |
- webui参考:https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui
|
|
|
23 |
- 运行内存:32g
|
24 |
|
25 |
### 运行环境
|
26 |
+
|
27 |
```text
|
28 |
langchain
|
29 |
gradio
|
|
|
36 |
chardet
|
37 |
cchardet
|
38 |
```
|
39 |
+
|
40 |
+
### 启动Gradio
|
41 |
+
|
42 |
+
```shell
|
43 |
+
python app.py
|
44 |
+
```
|
45 |
+
|
46 |
## 🚀 特性
|
47 |
|
48 |
- 📝 2023/04/19 发布45万Wikipedia的文本预处理语料以及FAISS索引向量
|
|
|
90 |
<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">
|
91 |
</figure>
|
92 |
|
|
|
|
|
93 |
## ❤️引用
|
94 |
|
95 |
- webui参考:https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui
|
main.py → app.py
RENAMED
File without changes
|