PgVector database
onestyle7
HOBBYOP
11 days ago
Hello, is it posible to add Pgvector to my postgres database? I Add crucial feature on my project which need vectors to work correctly but i cant see any native support for it here, how to manage that?
1 Replies
Status changed to Awaiting Railway Response Railway • 11 days ago
11 days ago
https://railway.com/deploy/qcuy_M
IIRC you can't install the extension if it isn't preinstalled. You'd need to deploy a Postgres image that has pgvector preinstalled, then you'll need to activate it manually.
You'll need to backup & migrate your current database to the new one if applicable.