mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-17 04:20:26 +00:00
4 lines
113 B
SQL
4 lines
113 B
SQL
ALTER SYSTEM SET vectors.pgvector_compatibility=on;
|
|
|
|
DROP EXTENSION IF EXISTS vectors;
|
|
CREATE EXTENSION vectors;
|