This commit is contained in:
Ftps 2023-04-18 19:40:50 +09:00 committed by GitHub
parent 4a00211cc1
commit 2dbf5d1028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ poetry install
你也可以通过pip来安装依赖 你也可以通过pip来安装依赖
**注意**: `用pip手动安装时使用 faiss==1.7.0因为MacOS上的 "faiss 1.7.2 "版本会导致分段错误。 ` **注意**: 用pip手动安装时使用 `pip install faiss==1.7.0`因为MacOS上的 "faiss 1.7.2 "版本会导致分段错误。
```bash ```bash
pip install -r requirements.txt pip install -r requirements.txt