Initial commit

This commit is contained in:
2026-01-09 17:12:49 +01:00
commit b78762155f
4 changed files with 288 additions and 0 deletions

5
sql/init_pgvector.sql Normal file
View File

@@ -0,0 +1,5 @@
CREATE EXTENSION IF NOT EXISTS vector;
-- Optional, aber hilfreich:
-- CREATE EXTENSION IF NOT EXISTS pgcrypto;