[ Solved ] ERROR: extension "vector" is not available - pgvector related

Here’s a solution in case someone else is facing this headache. - Original Post

1. Create a Fly Postgres Instance: flyctl postgres create --image-ref flyjason/fly-pg-pgvector

2. Attach your Machine/App to it: flyctl postgres attach --app <app-name> <postgres-app-name>

3. Deploy!

1 Like