Enabling Vector to my postgres databse
pravekp
PROOP

24 days ago

Please tell me whether i can enable/ install vector to my postgress database. i have a workflow in n8n . the n8n is hosted oon railway itself. i have a chat bot working on gemini . what is the best , cheap and secure way to give access to my postgress db to n8n gemini. I also need vector databse with embeddings to work chat bot efficiently

$10 Bounty

2 Replies

Railway
BOT

24 days ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


brody
EMPLOYEE

24 days ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open brody 24 days ago


passos
MODERATOR

24 days ago

Hey, if you're able to reset your database, I would simply recommend deploying the PGVector template and then connecting it into your n8n workflow: https://railway.com/deploy/3jJFCA

If you're not able to reset it then you'll need to migrate your database over to the PGVector template by using PG_DUMP to dump the data and then PG_RESTORE to restore it.


Loading...