Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
commit
21940a3563
|
|
@ -178,6 +178,6 @@ Web UI 可以实现如下功能:
|
||||||
- [ ] 实现调用 API 的 Web UI Demo
|
- [ ] 实现调用 API 的 Web UI Demo
|
||||||
|
|
||||||
## 项目交流群
|
## 项目交流群
|
||||||

|

|
||||||
|
|
||||||
🎉 langchain-ChatGLM 项目交流群,如果你也对本项目感兴趣,欢迎加入群聊参与讨论交流。
|
🎉 langchain-ChatGLM 项目交流群,如果你也对本项目感兴趣,欢迎加入群聊参与讨论交流。
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,10 @@ $ conda env remove -p /your_path/env_name
|
||||||
# 拉取仓库
|
# 拉取仓库
|
||||||
$ git clone https://github.com/imClumsyPanda/langchain-ChatGLM.git
|
$ git clone https://github.com/imClumsyPanda/langchain-ChatGLM.git
|
||||||
|
|
||||||
|
# 进入目录
|
||||||
|
$ cd langchain-ChatGLM
|
||||||
|
|
||||||
# 安装依赖
|
# 安装依赖
|
||||||
$ pip install -r requirements.txt
|
$ pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
注:使用 `langchain.document_loaders.UnstructuredFileLoader` 进行非结构化文件接入时,可能需要依据文档进行其他依赖包的安装,请参考 [langchain 文档](https://python.langchain.com/en/latest/modules/indexes/document_loaders/examples/unstructured_file.html)。
|
注:使用 `langchain.document_loaders.UnstructuredFileLoader` 进行非结构化文件接入时,可能需要依据文档进行其他依赖包的安装,请参考 [langchain 文档](https://python.langchain.com/en/latest/modules/indexes/document_loaders/examples/unstructured_file.html)。
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 276 KiB |
Loading…
Reference in New Issue