Merge remote-tracking branch 'origin/master' into dev

This commit is contained in:
imClumsyPanda 2023-05-04 21:21:55 +08:00
commit 21940a3563
3 changed files with 5 additions and 2 deletions

View File

@ -178,6 +178,6 @@ Web UI 可以实现如下功能:
- [ ] 实现调用 API 的 Web UI Demo
## 项目交流群
![二维码](img/qr_code_10.jpg)
![二维码](img/qr_code_11.jpg)
🎉 langchain-ChatGLM 项目交流群,如果你也对本项目感兴趣,欢迎加入群聊参与讨论交流。

View File

@ -26,7 +26,10 @@ $ conda env remove -p /your_path/env_name
# 拉取仓库
$ git clone https://github.com/imClumsyPanda/langchain-ChatGLM.git
# 进入目录
$ cd langchain-ChatGLM
# 安装依赖
$ 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)。

BIN
img/qr_code_11.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB