diff --git a/README.md b/README.md index d88411e..d61faaa 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,6 @@ Web UI 可以实现如下功能: - [ ] 实现调用 API 的 Web UI Demo ## 项目交流群 -![二维码](img/qr_code_10.jpg) +![二维码](img/qr_code_11.jpg) 🎉 langchain-ChatGLM 项目交流群,如果你也对本项目感兴趣,欢迎加入群聊参与讨论交流。 diff --git a/docs/INSTALL.md b/docs/INSTALL.md index a6ce18b..88739c9 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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)。 \ No newline at end of file +注:使用 `langchain.document_loaders.UnstructuredFileLoader` 进行非结构化文件接入时,可能需要依据文档进行其他依赖包的安装,请参考 [langchain 文档](https://python.langchain.com/en/latest/modules/indexes/document_loaders/examples/unstructured_file.html)。 diff --git a/img/qr_code_11.jpg b/img/qr_code_11.jpg new file mode 100644 index 0000000..a52d511 Binary files /dev/null and b/img/qr_code_11.jpg differ