From 78e79af68b70592170f1c1c7f6221d024451b70b Mon Sep 17 00:00:00 2001 From: mz <1069732181@qq.com> Date: Sat, 26 Aug 2023 12:30:54 +0800 Subject: [PATCH 1/2] update INSTALL.md (#1250) Co-authored-by: zzflybird --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 095f635..d401741 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -31,10 +31,10 @@ $ conda env remove -p /your_path/env_name ```shell # 拉取仓库 -$ git clone https://github.com/imClumsyPanda/langchain-ChatGLM.git +$ git clone https://github.com/chatchat-space/Langchain-Chatchat.git # 进入目录 -$ cd langchain-ChatGLM +$ cd Langchain-Chatchat # 安装全部依赖 $ pip install -r requirements.txt From 37985f29f01a7606081f8b8ce50a3fbd546743b5 Mon Sep 17 00:00:00 2001 From: imClumsyPanda Date: Sat, 26 Aug 2023 13:35:47 +0800 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a72c760..e40f665 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,6 @@ unstructured[all-docs] python-magic-bin; sys_platform == 'win32' SQLAlchemy==2.0.19 faiss-cpu -nltk accelerate spacy @@ -30,4 +29,4 @@ streamlit-antd-components>=0.1.11 streamlit-chatbox>=1.1.6 streamlit-aggrid>=0.3.4.post3 httpx~=0.24.1 -watchdog \ No newline at end of file +watchdog