Class: PostgresSetup
Defined in: packages/agentos/src/rag/setup/PostgresSetup.ts:25
Constructors
Constructor
new PostgresSetup():
PostgresSetup
Returns
PostgresSetup
Methods
detect()
staticdetect(config?):Promise<BackendStatus>
Defined in: packages/agentos/src/rag/setup/PostgresSetup.ts:32
Detect and optionally provision a Postgres + pgvector instance.
Parameters
config?
Optional setup overrides (port, image tag, URL).
Returns
Promise<BackendStatus>
Backend status with connection string.