Files
customer-installer/sql/init_pgvector.sql
2026-01-09 17:12:49 +01:00

6 lines
114 B
SQL

CREATE EXTENSION IF NOT EXISTS vector;
-- Optional, aber hilfreich:
-- CREATE EXTENSION IF NOT EXISTS pgcrypto;