Data upload

This commit is contained in:
root
2026-03-07 19:33:48 +01:00
parent 4653439f05
commit 36ccdd9c04
17 changed files with 6477 additions and 0 deletions

2
sql/init_pgvector.sql Normal file
View File

@@ -0,0 +1,2 @@
CREATE EXTENSION IF NOT EXISTS vector;
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";