17 days ago
Hi there, I'm trying to install pgvector on my Postgres 16 instance. Could anyone help me with that? Thanks!
10 Replies
17 days ago
Click on your database service > database > config. You can install extensions from there.
Is there a way for me to install pgvector in an existing postgres service, instead of making a new one?
16 days ago
^
It would deploy an entirely new service if I do that
Attachments
16 days ago
Search for “vector.”
16 days ago
the extension is called vecotr
Which one should I choose?
Attachments
16 days ago
Does this not show up when you scroll down in extensions?
Attachments
16 days ago
I think you may need to upgrade to Postgres 18 in order to install/use the vector feature.
-# Thanks uxuz
16 days ago
Hi, you have to redeploy, no need to update versions, just ctrl+k -> "Redeploy source image". Pgvector was only recently baked into our images.