mirror of https://github.com/milvus-io/milvus.git
5 lines
112 B
Bash
5 lines
112 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
./cmake_build/src/vecwise_server -c ./conf/server_config.yaml -l ./conf/vecwise_engine_log.conf &
|
||
|
|