Skip to main content

Class: PostgresSetup

Defined in: packages/agentos/src/rag/setup/PostgresSetup.ts:25

Constructors

Constructor

new PostgresSetup(): PostgresSetup

Returns

PostgresSetup

Methods

detect()

static detect(config?): Promise<BackendStatus>

Defined in: packages/agentos/src/rag/setup/PostgresSetup.ts:32

Detect and optionally provision a Postgres + pgvector instance.

Parameters

config?

SetupConfig

Optional setup overrides (port, image tag, URL).

Returns

Promise<BackendStatus>

Backend status with connection string.