Installatin

March 16, 2023 ยท View on GitHub

Requirements

Please make sure you have installed the following services:

Edit botastic config file

Config dependencies

The configuration file of botastic contains the connection addresses for the milvus service.

milvus:
  address: "localhost:19530"

Initalize Storage and Database

Run the following command to initialize Milvus:

botastic migrate milvus

Run the following command to initialize Postgres:

botastic migrate up