Skip to content

Server CLI

Indexify Control Plane has two components - Ingestion Server and Coordinator Server, packaged in one binary. We will show you how you can run them together in Dev mode, or run these servers separately.

Download the CLI

curl https://www.tensorlake.ai | sh

Start in Dev Mode

Start the Ingestion Server and Coordinator in the same process with the default configuration.

indexify server -d

Generate the Sample Config

Generate the sample config in the current directory

indexify init-config

Start in Dev Mode with Custom Config

indexify server -d -c /path/to/config.yaml

Start the Ingestion Server

indexify server -c /path/to/config.yaml

Start the Coordinator Server

indexify coordinator -c /path/to/config.yaml