Enabling `vector` in Prisma Postgres DB
I'm trying to enable pgvector in prisma postgres. Be it via running migration script or connecting to the db and executing the command:
CREAT EXTENSION vector; it does not work. Instead, I just get this error: