fix: install add text-chinses-large model

This commit is contained in:
csunny 2023-06-14 17:16:32 +08:00
parent 27a8391e23
commit 4ff949064f

View File

@ -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