4 lines
178 B
SQL
4 lines
178 B
SQL
-- Runs automatically the first time the DB volume is created.
|
|
-- Enables pgvector so Hibernate can map the vector(1536) embedding column.
|
|
CREATE EXTENSION IF NOT EXISTS vector;
|