engines:create#
#rai engines:create [OPTIONS]
Create a new RelationalAI engine.
Options#
Option | Type | Description |
---|---|---|
--name | Text | The name of the engine. Must be at least three characters, begin with a letter, and may only contain letters, numbers, and underscores. If missing, you are prompted to enter the name interactively. |
--size | Text | The size of the engine. Must be one of HIGHMEM_X64_S or HIGHMEM_X64_M . If missing, you are prompted to select the size interactively. |
Example#
Use the engines:create
command to create a new RelationalAI engine.
For example, to create a new engine named my-engine
of size HIGHMEM_X64_S
, execute the following command:
#$ rai engines:create --name my_engine --size HIGHMEM_X64_S
---------------------------------------------------
▰▰▰▰ Engine 'my_engine' created!
---------------------------------------------------
NOTE
The engines:create
command blocks until the engine is ready, which may take several minutes.