6 lines
132 B
PowerShell
6 lines
132 B
PowerShell
. "$PSScriptRoot\lib\common.ps1"
|
|
|
|
Write-Step "Starting PostgreSQL with pgvector"
|
|
Assert-Docker
|
|
Invoke-CortexCompose up -d cortex-db
|