stela ops usage fixes roles propagation and timoeut, one account to support multi tenants, migrations consolidation, search to support documentation, doctor and open api vector db search
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
CREATE SCHEMA IF NOT EXISTS advisoryai;
|
||||
|
||||
DO $$
|
||||
BEGIN
|
||||
CREATE EXTENSION IF NOT EXISTS vector;
|
||||
EXCEPTION
|
||||
WHEN OTHERS THEN
|
||||
RAISE NOTICE 'pgvector extension unavailable in test DB image; AKS falls back to array embeddings.';
|
||||
END
|
||||
$$;
|
||||
Reference in New Issue
Block a user