Fourth commit

This commit is contained in:
Mohammad Zwaib
2026-07-07 20:54:51 +02:00
parent b96d636304
commit d475aed9fe
3 changed files with 36 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
-- 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;