base de datos creada y modelo de embbeddings descargado

This commit is contained in:
2025-09-15 00:33:05 +02:00
parent 39c134cf91
commit bc1eb7c79f
26 changed files with 65295 additions and 6 deletions
@@ -0,0 +1,7 @@
-- Habilitar extensiones solicitadas
CREATE EXTENSION IF NOT EXISTS hstore;
CREATE EXTENSION IF NOT EXISTS citext;
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
CREATE EXTENSION IF NOT EXISTS pg_trgm;
CREATE EXTENSION IF NOT EXISTS postgis;
CREATE EXTENSION IF NOT EXISTS vector;