Step 1: Start Your pgvector Container
POSTGRES_DB=aisets the default database name.POSTGRES_USER=aiandPOSTGRES_PASSWORD=aidefine the database credentials.- The container exposes port
5432, mapped to5532on your local machine.
Step 2: Configure TablePlus
- Launch TablePlus.
- Click the
+icon to add a new connection. - Choose PostgreSQL as the database type.
- Host:
localhost - Port:
5532 - Database:
ai - User:
ai - Password:
ai
