6 lines
137 B
PowerShell
6 lines
137 B
PowerShell
. "$PSScriptRoot\lib\common.ps1"
|
|
|
|
Write-Step "Starting local embedding model"
|
|
Assert-Docker
|
|
Invoke-CortexCompose up -d cortex-embeddings
|