Update INSTALL.md (#223)
This commit is contained in:
parent
b03634fb7c
commit
09f57741fa
|
|
@ -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)。
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue