Update README.md

This commit is contained in:
Calcitem 2023-04-09 10:30:01 +08:00 committed by GitHub
parent 79acbfb8c3
commit f5503ac041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
### 1. 安装 python 依赖包
```commandline
pip install -r requirements
pip install -r requirements.txt
```
注:使用 langchain.document_loaders.UnstructuredFileLoader 进行非结构化文件接入时,可能需要依据文档进行其他依赖包的安装,请参考 [langchain 文档](https://python.langchain.com/en/latest/modules/indexes/document_loaders/examples/unstructured_file.html)