From c973c117601afe3130b42d9574b45addf140547a Mon Sep 17 00:00:00 2001 From: csunny Date: Wed, 14 Jun 2023 17:16:32 +0800 Subject: [PATCH] fix: install add text-chinses-large model --- docs/getting_started/getting_started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting_started/getting_started.md b/docs/getting_started/getting_started.md index b89c01fac..8e1e810fe 100644 --- a/docs/getting_started/getting_started.md +++ b/docs/getting_started/getting_started.md @@ -37,6 +37,7 @@ Once the environment is installed, we have to create a new folder "models" in th ``` git clone https://huggingface.co/Tribbiani/vicuna-13b git clone https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2 +git clone https://huggingface.co/GanymedeNil/text2vec-large-chinese ``` The model files are large and will take a long time to download. During the download, let's configure the .env file, which needs to be copied and created from the .env.template