3 months 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?
Pinned Solution
3 months ago
https://railway.com/deploy/qcuy%5FM
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.
1 Replies
Status changed to Awaiting Railway Response Railway • 3 months ago
3 months ago
https://railway.com/deploy/qcuy%5FM
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.
Status changed to Solved 0x5b62656e5d • 2 months ago