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/*...
Nov 28, 20253 min read8
