Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 574 Bytes

install.md

File metadata and controls

32 lines (20 loc) · 574 Bytes

Installatin

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