mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
11 lines
274 B
Markdown
11 lines
274 B
Markdown
# Vecwise Engine
|
|
|
|
### Geting started
|
|
|
|
- Install Miniconda first
|
|
- `conda create --name vec_engine python=3.6`
|
|
- `conda activate vec_engine`
|
|
- `conda install faiss-gpu cuda90 -c pytorch # For CUDA9.0`
|
|
- `conda install flask`
|
|
- `pip install flask-restful`
|