Files
customer-installer/sql/init_pgvector.sql

6 lines
114 B
MySQL
Raw Normal View History

2026-01-09 17:12:49 +01:00
CREATE EXTENSION IF NOT EXISTS vector;
-- Optional, aber hilfreich:
-- CREATE EXTENSION IF NOT EXISTS pgcrypto;