From 384d70510121f783272213d69a683ac1be7e0dd6 Mon Sep 17 00:00:00 2001 From: imClumsyPanda Date: Sun, 9 Apr 2023 23:04:32 +0800 Subject: [PATCH] update README_en.md --- README_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_en.md b/README_en.md index 681d3a2..7403b91 100644 --- a/README_en.md +++ b/README_en.md @@ -34,7 +34,7 @@ ### 1. install python packages ```commandline -pip install -r requirements +pip install -r requirements.txt ``` Attention: With langchain.document_loaders.UnstructuredFileLoader used to connect with local knowledge file, you may need some other dependencies as mentioned in [langchain documentation](https://python.langchain.com/en/latest/modules/indexes/document_loaders/examples/unstructured_file.html)