Files
mf-fitter/.devcontainer/init-pgvector.sql
Dylan Knutson f7bb5b0cdd initial commit
2024-12-28 01:28:33 +00:00

2 lines
71 B
SQL

-- Create the pgvector extension
CREATE EXTENSION IF NOT EXISTS vector;