Please make sure you have installed the following services:
- Milvus: follow the install guide to install milvus.
The configuration file of botastic contains the connection addresses for the milvus service.
milvus:
address: "localhost:19530"
Run the following command to initialize Milvus:
botastic migrate milvus
Run the following command to initialize Postgres:
botastic migrate up