Setup PostgreSQL + Vector and Connect to Local PgAdmin
✅ Install PostgreSQL
sudo apt update
sudo apt install postgresql postgresql-contrib -y
Check status:
sudo systemctl status postgresql
✅ STEP 1 — PostgreSQL ko remote connections allow karna
1. postgresql.conf edit karo
sudo nano /etc/postgresql/*...
mandeepsingh.hashnode.dev3 min read